В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
Our #Measles situation report for weeks 45, 2024 has been published.
The weekly report provides a summary of the #Measles epidemiological situation as at November 2024 and response activities in Nigeria.
🔗 Download, read, and share via: https://ncdc.gov.ng/ncdc.gov.ng/themes/common/files/sitreps/ac1f0718b5d4964c70a2de687309f94d.pdf
#Measles is highly infectious.
Early symptoms are high-grade fever, cough, runny nose, red eyes & tiny white spots in the mouth.
Please report immediately to a health facility when these symptoms are observed.
Read more via:
https://ncdc.gov.ng/diseases/info/M
REDNESS OF THE EYE is an early indication of #Measles when observed with symptoms like high-grade fever, running nose, dry cough & tiny spots in the mouth.
Please report immediately to a health facility when these symptoms are observed.
Visit https://ncdc.gov.ng/diseases/info/M for more information.
#Measles is highly infectious.
Early symptoms are high-grade fever, cough, runny nose, red eyes & tiny white spots in the mouth.
Please report immediately to a health facility when these symptoms are observed.
Read more via:
https://ncdc.gov.ng/diseases/info/M
Runny nose, red eyes, cough, high fever and tiny white spots in the mouth are early symptoms of #measles infection.
Seek immediate medical attention if you experience these symptoms or notice them in your loved ones.
Visit https://ncdc.gov.ng/diseases/info/M to read more
#Measles is highly contagious.
Take all persons showing symptoms of the disease to the nearest healthcare centre for accurate diagnosis and treatment.
Read more via https://ncdc.gov.ng/diseases/info/M
#Measles is an acute, highly infectious disease with initial symptoms of high-grade fever, cough, runny nose, red eyes & tiny white spots in the mouth.
Please report to a health facility immediately if you experience these symptoms.
RUNNING NOSE is an early indication of #Measles when observed with symptoms like high fever, red eyes, dry cough & tiny spots in the mouth.
Please report immediately to a health facility when these symptoms are observed.
Visit https://ncdc.gov.ng/diseases/info/M for more.
REDNESS OF THE EYE is an early indication of #Measles when observed with symptoms like high-grade fever, running nose, dry cough & tiny spots in the mouth.
Please report immediately to a health facility when these symptoms are observed.
Visit https://ncdc.gov.ng/diseases/info/M for more.
#Measles is highly contagious.
Isolate all suspected cases of the disease and take them to the nearest healthcare facility immediately.
Read more via https://ncdc.gov.ng/diseases/info/M
#Measles is an acute, highly infectious disease with initial symptoms of high fever, cough, runny nose, red eyes & tiny white spots in the mouth.
Please immediately report to a health facility if you experience these symptoms.
Read more: https://ncdc.gov.ng/diseases/info/M
#Measles is not just a rash.
Routine immunisation must remain a priority for parents and caregivers.
#TakeResponsibility to prevent the spread of such as #Measles.