В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
📢 Official Statement
According to information shared on our Telegram channel, the situation in front of House No. 69, Beruniy Street, Samarkand caused serious dissatisfaction among local residents.
For a long time, the household waste collection area was not cleaned, and the containers were not emptied regularly. As a result, the surrounding environment deteriorated, trash spread around, unpleasant odors appeared, and sanitary standards were violated.
✅ Actions taken:
The area in front of House No. 69 on Beruniy Street has been completely cleaned.
“Maroqand Obod” LLC will ensure timely waste removal and monitor the area regularly.
🟢 Note: Thanks to residents’ complaints and public oversight, prompt measures were taken. Maintaining a clean environment is important for every citizen.
#Samarkand#CleanCity#WasteManagement#PublicOversight☘️Read the latest environmental news on the @ekologuz page. Follow us and send your suggestions and wishes via @eklguz_bot
Instagram | Facebook | Twitter | Sayt | Youtube.
⚠️ ECOLOGICAL VIOLATIONS ARE BEING IGNORED!
As of January 25, 2026, the activities of LLC “Ko‘mir Ta’minoti” of Jizzakh region, particularly the Dashtabod coal storage facility, continue to cause direct harm to local residents, while grossly violating environmental and sanitary regulations.
Unfortunately, this company continues to operate without complying with basic environmental standards. Coal dust, air pollution, and the absence of protective measures have become a daily problem for the surrounding community.
These violations have been reported several times on our Telegram channel.
📌 Most concerning is the fact that:
Since December 2025, residents and public representatives have repeatedly submitted official complaints to the responsible authorities, yet:
— no effective action has been taken,
— no fines have been imposed,
— no official explanations have been provided to the public.
❗️ This raises serious questions:
Why are environmental violations going unpunished?
Why is public health being ignored?
We, as citizens and representatives of civil society, demand an urgent review of this situation and request written, official information regarding:
— the identified violations,
— the measures taken in response,
— the fines imposed (or not imposed) on this enterprise.
🟢 Environmental protection is not a formality.
🟢 It is a matter of human health, children’s future, and the right to a clean environment.
Responsible authorities must not remain silent.
The public will continue to closely monitor this case.
#Ecology
#EnvironmentalViolations
#Dashtabod
#Jizzakh
#PublicHealth
#PublicOversight☘️Read the latest environmental news on the @ekologuz page. Follow us and send your suggestions and wishes via @eklguz_bot
Instagram | Facebook | Twitter | Sayt | Youtube.