В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🪙SPIN & GET REAL CRYPTO
A new feature is live: Giveaways by MemeFi!💥
😵 Prize pool starts at $1,000,000!
How to win?
⭐️Spin the wheel
🔷 Hit the Ether icons
💯 Fill the Ether bar for a ticket to win $ETH!
The event kicks off today with a $25,000 prize pool. Each day brings new giveaways! 🥇
🔔Subscribe👉Join MemeFi
⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️
#memefi#spin#crypto
📣 Catizens! We are about to welcome the next update, includes:
Still worried about not being able to automatically buy the highest-grade airdrop cats? 📦
· The auto-buy function is coming soon! #Free your hands! 🚀
· At the same time, the offline #rewards have also been greatly advanced! This will make it easier for players to level up their cats, make #Catizen a real idle casual game! 😻
· Catizen has also adjusted the play experience of #SPIN(Increased randomness and reduced difficulty), don’t forget to try it again!
https:://t.me/catizenbot/👈
#crypto#ton#game
Spin (verb)/(noun)
Verb: to present information in a favorable or strategic way
Noun: a biased or strategic way of presenting information
Example (verb):
The government tried to spin the economic data as a success.
دولت تلاش کرد دادههای اقتصادی را بهگونهای ارائه کند که موفقیتآمیز به نظر برسد.
Example (noun):
The press secretary put a positive spin on the policy failure.
سخنگوی مطبوعاتی به شکست سیاست، تفسیر مثبتی داد.
Put a spin on : present something strategically
She put a positive spin on the election results.
او نتایج انتخابات را به شکل مثبتی تفسیر کرد.
Spin doctor : political advisor who manages public perception
The spin doctor tried to downplay the scandal.
مشاور سیاسی سعی کرد رسوایی را کماهمیت جلوه دهد.
#idioms
#discourseanalysis
#criticalthinking
#spin
#framing
#ielts#cae#fce