В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
¿Qué pasó ahí? 😳
🔴#PeteHegseth quiso justificar la misión militar en #Irán usando la religión sin darse cuenta del origen de su discurso 🤦🏻♂️🎞️‼️
https://sinlineamx.com/pete-hegseth-confunde-cita-biblica-con-frase-pulp-fiction/
Pete Hegseth, Trump’s pick for U.S. Secretary of Defense, openly identifies as a Christian Zionist, backing Israel’s claim to Palestinian land and advocating for the eradication of #Hamas and the Palestinian people.
#PeteHegseth#Trump#Israel#Hamas#MiddleEast#Palestine
Sheila Holm was 🔥 She will be premiering THIS evening @ 7pm mst on my Youtube channel & then continued on Ninoscorner.tv
The Ghost comes back tomorrow morning for my YouTube show to discuss Red October and irregular warfare!
He will also continue on the my back channel after our YT morning show..
4 HUGE SHOWS COMING AT YA LIVE FOLKS!
@SheilaHolm#PeteHegseth#TrumpsGovernmentShutdown#trump#AntifaTerrorist
A new security scandal has hit the #Trump administration as media reports a major data breach exposing senior U.S. security officials’ information online.
According to an investigation by the German magazine #DerSpiegel, phone numbers, email addresses, and even passwords belonging to top U.S. security officials were found online.
Among those affected are National Security Advisor #MikeWaltz, Vice-President #JDVance, #CIA Director #JohnRatcliffe, White House chief of staff #SusieWiles, U.S. Intelligence Coordinator #TulsiGabbard, and Secretary of Defense #PeteHegseth.
The group debated policy and discussed operational details about the impending US military strike on #Yemen – conversations that provided a rare near-real-time look at the inner workings of Trump's senior #nationalsecurity team.