В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🔥 MODDED APK | Unlocked Premium Features | No Watermark
🔹 App Name: KineMaster
🔹 Version: 7.5.18.3415
🔹 Architecture: arm64-v8a
🔹 Mod Type: Premium Unlocked
🚀 Features:
✅ Premium Unlocked
✅ No Watermark
✅ No Ads
✅ Full Export Support
✅ High-Quality Video Editing
👨💻 Modders Info:
💡 Special Thanks & Credits :
🔸 AbhiTheM0dder
🔸 AlexLiza
🔸 GolderBot
🔸 Guess Me
⚠ Warning: This modded version is for educational purposes only. Please use the official version from the Google Play Store for professional work and to support the developers.
📥 Official Play Store Link:
[🔗 Get KineMaster from Google Play]
#KineMaster#VideoEditing#PremiumMod#APK#AlexLiza#AbhiTheM0dder#GolderBot#GuessMe
Допилил нашу прогулку по Парижу. Сильно не накидываете. Но критика одобряется.
#Париж#Путешествие#Видеограф#Монтаж#Paris#Travel#EiffelTower#VideoEditing#Filmmaking
Top 5 Insights from Trendoscope Lab
1️⃣ a16z's new report reveals top B2C AI apps by traffic differ from revenue leaders like photo and video editors. Read more
2️⃣ Google launches AI Mode with Gemini, initially for Google One subscribers, enhancing AI SEO relevance. Details here
3️⃣ Short drama apps surge with 221% annual growth in downloads, affecting traditional streamers like Netflix and Disney+ that declined by 35%. Insight found here
4️⃣ Google and Meta enable developers to access cameras on XR devices, easing previous privacy restrictions. More info and here
5️⃣ Google enhances Android widget visibility with new filters and dedicated pages. Learn more
#AI#Google#Tech#Streaming#XR#Investments#B2C#Apps#VideoEditing#Photos#Dramas#SEO#Privacy#Android#Widgets#Investing#VC#a16z#Trends#Innovation
AI Video Editor Raises $500K
Diffusion Studio has secured $500K in funding as of December 4, 2024. Their AI Video Editor simplifies video editing with advanced features such as Magic Cut, Text-Based Editing, and Instant Auto-Captioning, catering to creators and businesses aiming to enhance their video production efficiency.
#AI#VideoEditing#Funding#Technology#Creators#Influencers#Business#Automation#Software#Innovation#EditingTools#VideoProduction#TextBasedEditing#AutoCaptioning#Workflow#Engagement#Professional#ContentCreation#Creativity#Efficiency