В фреймворке 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
🔔레드브릭 TGE 전 마지막 이벤트!!
레드브릭이 TGE를 앞두고 마지막 이벤트를 진행한다고 합니다
✅이벤트 내용
🟢기간 : 6월 13일 (금) ~ 6월 16일 (월) 11시
🟢상금 : 10,000$BRC (5명)
✅참여방법
🟢레드브릭 게임 플레이를 녹화 (최소 30초)
🟢자신의 X에 #Redbrick#BRIC 해시태그와 함께 공유
🟢X @RedbrickLand & Brikie 팔로우
🟢디스코드 #Footage-contest 채널에 게시물 공유
📌관련링크
🔥Redbrick Airdrop
I found a fun airdrop. We will play a very short game and collect daily points and airdrops.
💎https://redbrickland.page.link/6ehG
🔸20M$ investment
🔸Partners with Fusionist team
🔸We collect points by logging in daily
🔸Points will turn into $BRICK tokens.
1️⃣ First, we enter the site and connect wallet in polygon network.
👉https://redbrickland.page.link/6ehG
Ref code : 6ehG
2️⃣ Then we select the avatar and go to the immigraiton page.
👉https://redbrick.land/web3-portal/immigration
3️⃣ On this page we do twitter etc. tasks and play the ghost killing game for 30 seconds.
4️⃣ Then we come to the daily page and play our daily game.
👉https://redbrick.land/web3-portal/daily
#redbrick#airdrop#checkin#BRICK#fusionist#gamefi