В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
Habits we need to Avoid which drain our energy... 🙅🏼♂️❌
× Gossiping.
× Overthinking.
× Over stressed.
× Sleeping in late.
× Having a poor diet.
× Holding on to the past.
× Complaining all the time.
× Taking things personally.
× Fueling drama in the mind.
× Always checking social media.
#lifeLesson
━━━━━━━━━━━━━━━
Join us @OreosSpace🥀
THINGS THAT CAN CHANGE YOUR LIFE FOR THE BETTER
• Stop complaining and appreciate how lucky you are everyday.
• Embrace loneliness and renew yourself in the process.
• Say goodbye to the people that don't bring positive energy in your life.
• Set limit to the time you spend on the internet.
• Pick one skill and put all your effort into developing it.
• Commit to the goals you set and never look back.
• Exercise everyday to boost your mood.
• Learn from every mistake you make.
#lifelesson
@OreosSpace
🌿Suffering and Desire🦋
Buddha taught that there is suffering in this world, it is inevitable, and the root cause of suffering is mainly the desires we feel.
We want something, always, and feel miserable when we don't get it.
Stoicism teaches us to live in accordance with nature and to accept that suffering will manifest in different ways in our lives.
#Tuesday#Day-2
#Biographies#Inspiration
#lifelesson#Thought
🤔 Did something bad happen to you when you weren’t expecting it? You’re not going to put yourself in that situation again, are you? 😄 Learn this useful English expression that summarises this life lesson. Give this post a like, and ✍️ put your answer in the comments! Do you have a similar expression in your language?
🤩 Click on the link in our bio to learn some modern idioms!
Images: Getty
#learnenglish#advice#idioms#esl#efl#vocabulary#englishclass#phrases#expressions#oncebitten#britishenglish#lifelesson#inspiration#slang