TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #45 · 2 мар.

В фреймворке 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

Hashtags

Резултати

Пронајдени 3 слични објави

Пребарај: #suggested

当前筛选 #suggested清除筛选
News and Tips

@NewsAndTipsNT · Post #3466 · 03.07.2025 г., 16:38

📰 Telegram has started developing a platform for creating your own gifts — Gift Studio. The platform will obviously allow you to make full-fledged and custom #gifts from your .tgs-files, which will be used fully, like regular gifts. In addition, due to the fact that Telegram added the text "by @xxx" next to "Collection gift №yyy", then in your custom gifts it will be possible to confirm your creative work and talent. 🛠Now the platform has just begun development, and authorization by phone number of your Telegram account does not work yet. #suggested