В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны.
Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2.
Например, в PyQt4 и PySide есть метод
QHeaderView.setResizeMode
Для PyQt5 и PySide2 они были благополучно переименованы в
QHeaderView.setSectionResizeMode
Чтобы применить этот метод следует использовать такой код
from Qt import QtCompath
header = self.horizontalHeader()
QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed)
Унификация загрузки UI файлов:
# PySide2
from PySide2.QtUiTools import QUiLoader
loader = QUiLoader()
widget = loader.load(ui_file)
# PyQt5
from PyQt5 import uic
widget = uic.loadUi(ui_file)
# Qt.py
from Qt import QtCompat
widget = QtCompat.loadUi(ui_file)
Хорошо что таких моментов не много и их легко запомнить.
Полный список можно посмотреть в таблице.
#qt#tricks
#Update: ‘We leave these accusations to the judgment of conscience’: #Wazema Media rebuffs Media Authority claims after announcement to return license
Addis Abeba – Wazema Media (Wazema Radio) has issued a response to the Ethiopian Media Authority (EMA), clarifying that the return of its operating license was a result of a direct order and rejecting allegations of ethical misconduct.
In a statement released late Saturday, the media outlet confirmed it had complied with the regulator’s directive while expressing deep disappointment over the measure.
“As per the Authority’s order on Thursday to return our license, we have done so today. The [EMA] statement was released within hours of us doing this,” the management of Wazema stated, adding the compliance to return the license was based on the order from the regulator.
“We do not believe the measure is correct by any standard. It has saddened us,” the statement further said.
https://www.facebook.com/share/p/1HMEgBLLb4/?mibextid=wwXIfr
News: #Ethiopian Media Authority announces return of #Wazema Media operating license on allegations of ‘ethical violations’
Addis Abeba – The Ethiopian Media Authority (#EMA) announced today that Wazema Media, commonly known as Wazema Radio, has returned its operational license in Ethiopia.
In a statement released on Saturday, the Authority claimed the media outlet returned its recognition and license because it was "unwilling to work while respecting the Ethiopian Constitution and the Media Proclamation, as well as guidelines and professional ethics."
The EMA, which had granted Wazema Media an online media license, stated that its decision followed continuous monitoring and "tips and comments" received from the public.
According to the regulator, Wazema’s reporting was found to be "contrary to the country's national interest, lacking balance, [and] failing to include responses from federal and regional governments."
The Authority further alleged that...
https://www.facebook.com/share/p/1HzHJemEWM/
News: “Closing independent media outlets like #Wazema and #Addis_Standard is an attack on freedom of expression and democratic principles” – #EPRP
The #Ethiopian People's Revolutionary Party (EPRP) has condemned the closure of independent media institutions, describing actions against outlets including Wazema and Addis Standard as “an attack on freedom of expression and democratic principles,” as the Committee to Protect Journalists (#CPJ) called on authorities to immediately restore Addis Standard’s registration, warning that the move amounts to retaliation rather than regulation.
In a statement issued today, 25 February 2026, the party said shutting down independent media, revoking licenses of international outlets, and harassing media professionals undermines the country’s democratic trajectory.
“Preaching free and democratic elections while banning media, arresting and chasing away journalists, and locking down the civic space is mocking the public...
Read more: https://addisstandard.com/?p=55397