В фреймворке 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
🤝#Electra is not just a DEX but your advantage in the market!
Electra will soon open access to a unique trading platform with the best tools for smarter, faster and more efficient trading.
⚡️The main advantages of the future platform:
✔️Artificial intelligence for predicting market trends and automating portfolios.
✔️Freedom and security: none🙅 KYC, up to 1000x leverage and multi-chain trading.
✔️Social features: real-time communication, participation in the Electra Trading League and obtaining unique Proof-of-Trade NFTs.
✔️Access to deep liquidity with CEX-level efficiency in a decentralized environment.
✔️CEX-like performance: Using the #Lumia L2 infrastructure, #Electra delivers lightning-fast trades with tight spreads.
✔️No profit limits: no open interest limits, no funding rate limits, and no arbitrary rules.
✔️Trade 24/7 on web platform, desktop or via Telegram Mini App with professional tools and analytics.
✔️Game-based learning with Bulls'n'Bears — a fun educational game in Telegram Mini App.
🤑 While we wait for the release of the DEX platform, we continue to participate in current activities:
✔️Farm points in Electra MiniApp
✔️Play Bulls'n'Bears
✔️Complete daily tasks
🚀Dive into the world of Electra
#Electra#TON#DEX#NoKYC#Web3