В фреймворке 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
#FTM/USDT analysis :
#FTM is currently in a bullish trend, characterized by higher highs and higher lows, with consistent support along the trendline. The price is expected to rebound from its current level and test previous highs. A breakout above the $0.8800 level would present an optimal entry point for further upward movement.
TF : 1D
Entry : $0.8800
Target : $1.4000
SL : $0.6550
#FTM/USDT analysis :
#FTM is currently consolidating sideways within the support and resistance zone. The price is bouncing back from the support zone and is anticipated to sustain its momentum and test the previous swing high within the resistance zone.
TF : 30min
Entry : $0.4193
Target : $0.4314
SL : $0.4127
#FTM +%70 🤑🤑
CoinLegs users enjoying their profits while not charting.
Why don't you?
Let the algorithm notify when market structure breaks occur.
Make the trading easier with CoinLegs tools!