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

Резултати

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

Пребарај: #descrimination

当前筛选 #descrimination清除筛选

❗️ As of June 16, 2023, the Verkhovna Rada (the Parliament) of Ukraine registered nine discriminatory draft laws targeting the Ukrainian Orthodox Church (UOC) in one way or another. Their initiators have made no secret of their intention to infringe upon the rights of the UOC’s communities and believers, confiscate the property belonging to this religious denomination, deprive it of its historical name, which it has been using as a legal entity, ban it from calling itself an Orthodox church and, finally, impair them in their ability to operate on Ukrainian territory. Read in full: https://mid.ru/ru/foreign_policy/humanitarian_cooperation/rossia-v-sisteme-mezkonfessional-nyh-otnosenij/1898457/?lang=en #UOC#Orthodox#Ukraine#Laws#Descrimination