В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🇺🇸🇷🇺U.S. OFFICIAL CALLS UPON GOVT TO INVESIGATE ZELENSKY in video above - former U.S. Prosecutor of the Department of Justice Patel says #Americans have right to know where their money has gone after decade of bankrolling #Ukraine with no results or benefits.
I have asked Congress to investigate where this money has gone. The American people are owed that answer because its our money - Patel.
Boost us here@IntelRepublic
State Department urges #Americans to depart Middle East countries over “serious safety risks”
The United States Department of State has urged American citizens in several Middle Eastern countries to “depart now via commercial means due to serious safety risks,” according to a security update issued on 2 March.
In a public notice titled “Security Updates for Americans in the Middle East,” the State Department advised U.S. nationals currently in the region to leave using available commercial transportation options.
The advisory applies to Americans in “#Bahrain, #Egypt, Iran, Iraq, Israel, the West Bank and Gaza, Jordan, Kuwait, Lebanon, Oman, Qatar, Saudi Arabia, Syria, United Arab Emirates, and Yemen.”
The notice did not specify the precise nature of the safety risks but emphasized the urgency of departure.
Pope Leo XIV, in his Easter address “Urbi et Orbi”, declared that domination was “alien to the way of Jesus Christ”.
This happened against the background of the appeals of the Pentagon chief Hegseth to the pleas of the victory of the American soldiers “in the name of Jesus Christ”.
#LeonXIV#Hegseth#soldiers#americans
📱American Оbserver - Stay up to date on all important events
🇺🇸