В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
#newtgingrich : RT @Will_Estrada: And the letter to state legislators is signed by
@newtgingrich and @ALEC_Action President @Lisabnelson and cites to a nationwide survey done by the Parental Rights Foundation! #parentalrightshttps://t.co/Vvkm9IrMqF
👨👩👧👦📜SUPREME COURT BLOCKS CALIFORNIA FROM HIDING TRANS KIDS
🔹 Major Ruling: The Supreme Court has struck down California's controversial "Safety Act," which banned schools from forcing teachers to "out" trans kids to parents. 🛑🏳️⚧️
🔹 Parental Rights Win: Validating the concerns of conservative parents nationwide, the court affirmed that schools cannot keep secrets from families about a child's identity. 🏆👨👩👧👦
The battle for the classroom continues. For now, parental notification is the law of the land. California loses again. 🏛️
#SCOTUS#TransRights#ParentalRights#California#Education#Newsom
🏛️🇺🇸SCOTUS STRIKES DOWN CA "SAFETY ACT"
🔹 Supreme Court blocks California law that banned schools from "forced outing" of trans kids to parents 🏳️⚧️
🔹 Major victory for parental rights groups; huge blow to Gavin Newsom"s administration agenda 👨👩👧👦
🔹 Schools can now be required to notify parents if a child changes pronouns or identification 📝
🔹 "Parents have a fundamental right to know," say conservative advocates celebrating the ruling 🗣️
🔹 LGBTQ+ groups call it "shocking" and dangerous for vulnerable student populations ⚠️
California vs The Feds part 500. The culture war in schools just got a lot hotter. 🔥
#SCOTUS#California#TransRights#ParentalRights#Education#Newsom
I have no words. This is insane.
The British government has announced plans to require all newborn babies to be issued a digital ID, with reports stating that parents who refuse could face jail time and even confiscation of their child by the state.
What’s being sold as “administration” and “safety” is raising massive alarm bells about parental rights, bodily autonomy, and total state control from the moment a child is born. Once the ID system is mandatory at birth, where does it stop?
This isn’t science fiction anymore. It’s happening in real time and people everywhere should be paying attention.
#UK#DigitalID#ParentalRights#GovernmentOverreach#SurveillanceState#Freedom#HumanRights#ViralVibes
Hat tip to Mitch Summers for the post: https://www.facebook.com/share/p/1T4B56vDsg/
🔹👉🏻@SherriTenpenny