В фреймворке 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
😄Cause
➖➖➖➖➖➖
🔘As a verb, cause can mean 'make something happen', usually something bad.
🔜The damage was caused by an earthquake.The damage was caused by an earthquake.
🔘Cause, as a noun can mean 'the reason something happened'.
🔜Bad posture is the cause of your neck pain.Bad posture is the cause of your neck pain.
🔘Cause can mean 'the reason that you feel a particular way'.
🔜Getting that job is a cause for celebration. Getting that job is a cause for celebration.
#cause👨🏫@America
➖➖➖➖➖➖➖➖➖➖➖➖
🆕 Crypto News @Money
😁 Crypto Game @Egame
🇺🇸 US News @America
🇯🇵 Japan News @Japan
🇦🇪 UAE News @Dubai
▶️ Popular Movies @Videos
😜 Best Funny Video @Funnys
😄Cause
➖➖➖➖➖➖
🔘As a verb, cause can mean 'make something happen', usually something bad.
🔜The damage was caused by an earthquake.The damage was caused by an earthquake.
🔘Cause, as a noun can mean 'the reason something happened'.
🔜Bad posture is the cause of your neck pain.Bad posture is the cause of your neck pain.
🔘Cause can mean 'the reason that you feel a particular way'.
🔜Getting that job is a cause for celebration. Getting that job is a cause for celebration.
#cause👨🏫@America
➖➖➖➖➖➖➖➖➖➖➖➖
🆕 Crypto News @Money
😁 Crypto Game @Egame
🇺🇸 US News @America
🇯🇵 Japan News @Japan
🇦🇪 UAE News @Dubai
▶️ Popular Movies @Videos
😜 Best Funny Video @Funnys
#Root#Cause#Garden#Legacy
Join the Root Cause - Garden Legacy beta on ✈️#TestFlight
🔗 Link: https://testflight.apple.com/join/RtdG1Gcv
Shared by Dimitri