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 слични објави

Пребарај: #safaricom

当前筛选 #safaricom清除筛选
Addis Standard

@addisstandardeng · Post #21326 · 06.02.2026 г., 08:02

Feature: Rising #telecom costs strain household budgets, reshape communication in #Addis_Abeba In late December, both telecom operators #Safaricom Ethiopia and #Ethio_Telecom announced price increases across their services. Safaricom #Ethiopia announced an average 44% increase in mobile data tariffs, its most significant pricing adjustment since entering the Ethiopian market nearly two years ago. In the same month, Ethio Telecom announced tariff increases on selected service packages, citing rising capital and operational costs amid broader macroeconomic pressures. Several residents told Addis Standard that they first noticed the price increases in January, often after data packages depleted more quickly than expected or daily internet costs rose. While some learned of the changes through news reports and social media, others became aware only when they found their usual airtime and data bundles no longer affordable. Tirunesh Haile, a public school .... Read more: https://addisstandard.com/?p=55042