В фреймворке 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
🔮 Bitcoin #ETF 21Shares #ARKB commercial from ArkInvest
"When you come to bitcoin, aren't you just a little curious?"
According to #Ark marketers, all questions and fears (such as "It won't cost anything", "It's a bubble", and so on) are based on people's simple unwillingness to take risks, and not on specific fundamental doubts — therefore, a regulated #Bitcoin fund is the solution to all problems 🧐
🚨 $BTC #ETF Net Inflow May 14, 2024: +$101M!
• The net inflow has been positive for 2 trading days.
• #Grayscale ETF GBTC experienced a single-day outflow of $50.9M again after a day of zero flow.
• The single-day flow of #BlackRock ETF IBIT remains stagnant for 15 trading days.
• Nonetheless, 6 out of 8 other US Bitcoin ETFs experienced single-day inflows, led by #ARKB ETF with $133M.
Follow @spotonchain and check out the latest updates about #Bitcoin ETFs via https://platform.spotonchain.ai/en/signal-details/bitcoin-etf-net-inflow-update-on-may-14-2024-107877