В фреймворке 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
#The_Time🇺🇸📕[PDF]⬇️
10 #November2025
#Weekly_Magazines
For learning, for free(dom).
@backupofmagazines
Brain-computer interfaces are moving from labs into real lives, restoring sight and motion while redefining what #NeuroTech means for humanity. TIME explores how chips implanted in the body reshape independence, ethics and care, a story resonating across #AI, #HealthTech and #Futurism. Politics shifts in New York as Eric Adams’ tenure is reassessed, while #SportsCulture returns to center stage with Lindsey Vonn preparing for the 2026 Olympics. Striking visuals from Austria add emotional weight to a week shaped by innovation, leadership and resilience. #TechNews#Innovation
Massive USDC Minting and Meme Coin Scam
🚨 50M USDC minted at USDC Treasury, totaling $50.05M. Meanwhile, investors are falling victim to a scam involving fake Trump-related meme coins. Beware of various tokens like BARRON and IVANKA that are misleadingly launched under false pretenses, all funnelling funds to a scam wallet. ⚠️ Over 600 such tokens already spotted! More details here.
AI funding news:
- Qventus: $85M for AI healthcare ops.
- Prophecy.io: $47M for data pipeline solutions.
- Gesynta Pharma: $27.27M for new drugs.
- Leap Services: $20M for omnichannel retail platform.
- NeuroBionics: $5M for advancing neurotech.
- Atlantic Sea Farms: $3.80M for sustainable seaweed farming.
Find more funding details in the summary!
#USDC#Crypto#AI#Funding#MemeCoins#Scams#Healthcare#Data#Pharma#Retail#Neurotech#Seafood#Tech#Investments#Investing#Finance#Blockchain