В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
#TIIF2025#Agenda#11th_June
Panel session: Investor Protection: The New Investment Law, International Arbitration, and Domestic Court System
Venue: Room Kokand
Time: 16:00-17:00
Join Live broadcasting: YouTube
#TIIF2025#Agenda#11th_June
Panel session: Karakalpakstan’s Economic Development Strategy: Present Realities, Growth Dimensions, and Future Opportunities
Venue: Room Bukhara
Time: 16:00-17:00
Join Live broadcasting: YouTube Uz
Join Live broadcasting: YouTube En
#TIIF2025#Agenda#11th_June
Panel session: Privatization: Plans, Approaches, and Achievements
Venue: Room Khiva
Time: 14:00-15:00
Join Live broadcasting: YouTube Uz
Join Live broadcasting: YouTube En
#TIIF2025#Agenda#11th_June
Panel session: Uzbekistan as a Strategic Hub for Critical Raw Materials: Investment Opportunities Across the Value Chain
Venue: Room Kokand
Time: 14:00-15:00
Join Live broadcasting: YouTube
#TIIF2025#Agenda#11th_June
Panel session: Global Trade Fragmentation and Neo-Protectionism: Lessons from the Past, Current Challenges and Implications for Central Asia’s Regional and Global Value Chain Integration Efforts
Venue: Room Samarkand
Time: 14:00-15:00
Join Live broadcasting: YouTube
#TIIF2025#Agenda#11th_June
Panel session: Journey of TBC as a Market Disruptor Shaping Online Banking in Uzbekistan
Venue: Room Kokand
Time: 12:00-13:00
Join Live broadcasting: YouTube
#TIIF2025#Agenda#11th_June
Panel session: Ceasing Water Resources: Solutions, Strategies, and State Priorities
Venue: Room Khiva
Time: 12:00-13:00
Join Live broadcasting: YouTube Uz
Join Live broadcasting: YouTube En
#TIIF2025#Agenda#11th_June
Panel session: IT Sector and AI: Empowering Youth to Drive Innovation and Develop World-Class Solutions
Venue: Room Bukhara
Time: 12:00-13:00
Join Live broadcasting: YouTube Uz
Join Live broadcasting: YouTube En
#TIIF2025#Agenda#11th_June
Panel session: Global Brands as Catalysts: Enhancing National Investment Appeal through Luxury and Innovation
Venue: Room Samarkand
Time: 11:00-12:00
Join Live broadcasting: YouTube