В фреймворке 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
🟢PEPE trading volumes surge 3X from start of May just days after ATH
⚡️Pepe’s price has slid 12% since reaching all-time highs, but trading volume has surged by 216%, indicating heightened interest from traders.
#Cryptolife
#Cryptoworld
#Cryptomarket
👀Educational content, charity and newcomer-friendly tools: An insightful look into the inner workings of a global crypto exchange.
🛡Learn how BingX diverse trading options can help you manage risks and capitalize on opportunities.
#DigitalCurrency
#Cryptonews
#CryptoCommunity
#Cryptolife
⚡️💰Ethereum ETFs — 3 pitches that could hook Wall Street
✔️Ethereum is already home to the world’s largest DeFi protocols, tokenized RWAs, and stablecoins, but its technical roadmap could be hard for TradFi to understand.
#Cryptonews
#CryptoCommunity
#Cryptolife
#Cryptoworld
❗️Crypto news in the past 24 hours:
🔄 Memecoin mania sees Cardano knocked out of the top 10 crypto rankings
📈 Crypto market to hit $200T within 10 years — Animoca co-founder
😮 Iggy Azalea’s MOTHER memecoin triumphs over scandal-ridden IGGY
🔝 Cristiano Ronaldo unveils NFT series with Binance capturing career highlights
#Cryptonews
#CryptoCommunity
#Cryptolife
#Cryptoworld
#Cryptomarket