В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🎉🇿🇦 Happy Freedom Day, South Africa!
Today, 27 April, South Africa celebrates the 31st anniversary of its first democratic elections — a landmark event that marked the beginning of a new era of freedom, equality and justice.
Held in 1994, these historic elections were the first in which citizens of all races could exercise their right to vote, putting an end to decades of apartheid rule.
Freedom Day honours the sacrifices and courage of those who fought tirelessly against injustice and discrimination, paving the way for a democratic and inclusive South Africa.
The Consulate General of the Russian Federation in Cape Town extends its warmest congratulations to all South Africans on this significant occasion!
#FreedomDay#SouthAfrica
🇿🇦Freedom Day is a South African public holiday celebrated on April 27. 🎉
It commemorates the first democratic post-apartheid non-racial elections held on April 27, 1994, which led to the election of Nelson Mandela as President. 🇿🇦✨
These elections were the first where every South African citizen over the age of 18—including foreign residents—could vote.
📅 Freedom Day marks the end of colonialism and apartheid in South Africa.
🎥 Watch the video with English text:
https://www.youtube.com/watch?v=6OKB8EoVqWc
#History#Culture#Holidays#FreedomDay#Apartheid#SouthAfrica
Sydney celebrates 'Freedom Day' after lockdown
Sydney's cafes, gyms and restaurants welcomed back fully vaccinated customers on Monday after nearly four months of lockdown, as Australia aims to begin living with the coronavirus and gradually reopen with high rates of inoculation.
#Sydney#FreedomDay#Lockdown#SydneyReopens#Australia#News#Reuters
Subscribe: http://smarturl.it/reuterssubscribe
Reuters brings you the latest business, finance and breaking news video from around the globe. Our reputation for accuracy and impartiality is unparalleled.
Get the latest news on: http://reuters.com/
Follow Reuters on Facebook: https://www.facebook.com/Reuters
Follow Reuters on Twitter: https://twitter.com/Reuters
Follow Reuters on Instagram: https://www.instagram.com/reuters/?hl=en
➖@reutersworldchannel➖