В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
Get hooked on Fishy Business' Hold'n'Win respins! With every landed coin, your 3 respins reset, keeping the action alive and swimming! Complete all reel positions for a shot at the x1000 jackpot!
Ready to reel in the big one? Fishy Business launched on August 22nd! 🎰💦
Give it a go! https://bit.ly/fishy-business-demo
#FishyBusiness#HoldnWin#ComingSoon#TrueSlots#TrueGames#TrueLab
🔞 | Play Responsibly
Fishy Business is OUT NOW! 🐟💰
No more waiting—our top catch of the year has surfaced! Fishy Business delivers high volatility undersea action with 25 paylines, Hold'n'Win thrills, and a shot at x5000 max wins. The Bassline Bonanza Free Spins make this one dive you won’t want to miss, as reels 2, 3 and 4 convert into one huge symbol for some truly huge wins! 🌊⚡
Ready to take the plunge? 🤿
🎰 SPIN IT: https://bit.ly/fishy-business-demo
#FishyBusiness#OutNow#HoldnWin#TrueSlots#TrueGames#TrueLab
🔞 | Play Responsibly
Only one week to go until FISHY BUSINESS Launches on the 22nd August! 🐟💰
This high-volatility game offers exciting features like the Hold'n'Win respin jackpots, where completing all reel positions can win you up to x1000 your bet.
Land three scatters to hit the Bassline Bonanza Free Spins, where reels 2, 3, and 4 transform into one giant symbol throughout the feature. And with a max win potential of x5000, the pickings are GOOD!
The underwater adventure is almost here—get ready to reel in some big wins!
➡️ Spin it: https://bit.ly/fishy-business-demo
#FishyBusiness#ComingSoon#OneWeekToGo#HighVolatility#HoldnWin#TrueLab#TrueGames#TrueSlots
🔞 | Play Responsibly