В фреймворке 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
🚀🚀Raining Profits in the Premium Group
🎯🎯#WIF/USDT has covered all the targets to give an amazing profit of 111% for all Premium Members
👁🗨Contact @futurechief to enter the premium group & make daily gains on Futures as well as Spot Market
#WIF/USDT Analysis-
After breaking out, the price retested the breakout level and is now taking support around it. It has the potential to reach a new all-time high.
T.F.- 1-D
ENTRY- at CMP
SL- 2.89
TARGET- 4.82
Note: If the stop-loss is triggered before entry, disregard the trade as the price action may develop differently.