@voxvenatoris · Post #5828 · 26.08.2025 г., 18:04
#Mella#individual#family#faith#inheritance
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #45 · 2 мар.
В фреймворке PyQt (и PySide тоже) часто встречается настройка чего-либо с помощью так называемых флагов. widget.setWindowFlags(Qt.Window) Взаимодействие нескольких флагов делается с помощью бинарных (или побитовых) операторов. Несколько флагов можно указать с помощью оператора "|" list_item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled) исключить флаг из уже имеющегося набора можно так list_item.setFlags(list_item.flags() ^ Qt.ItemIsEnabled) Добавить новый флаг к имеющимся можно так list_item.setFlags(list_item.flags() | Qt.ItemIsEnabled) А проверка наличия делается так is_enabled = item.flags() & Qt.ItemIsEnabled > 0 Почему именно так? Всё дело в том как именно работают побитовые операторы. Но об этом в следующем посте. #qt
Hashtags
Пребарај: #inheritance
@voxvenatoris · Post #5828 · 26.08.2025 г., 18:04
#Mella#individual#family#faith#inheritance
@venturevillagewall · Post #4259 · 27.02.2025 г., 13:00
Crypto Inheritance Feature Launched Block by Jack Dorsey has unveiled a new inheritance feature for its Bitkey hardware wallet, allowing users to designate beneficiaries for their crypto assets. This system aims to bypass the complexities of blockchain for heirs and eliminates central counterparty risks. A portion of the encrypted key is shared with both parties, unlocking access upon the user's death without revealing PINs or seed phrases. Pre-orders are open in over 85 countries, with shipments starting in 2024. The Bitkey also supports multi-signature transactions, enhancing security for asset control. Read more: Forklog News #Crypto#Bitkey#Block#Security#Inheritance#HardwareWallet#Dorsey#Decentralization#Finance#Tech