В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🚨 The map of Eurasia is changing, and most media won’t tell you how.
➡️https://youtu.be/AgsStCtRSWE
In this powerful interview, Pepe Escobar breaks down the Golden Corridor, the North South Transport Corridor, BRICS expansion, Iran’s strategic rise, and the accelerating shift toward a multipolar world.
From the Russia–Iran–India corridor to dedollarization, Chabahar port, the Caspian Sea route, and the geopolitical implications of the so-called 'Trump corridor', this conversation connects the dots shaping geopolitics 2026.
Is BRICS ready to defend the Global South?
Can Iran become the key node of Eurasia integration?
Is the West losing control of the global order?
🎥 Watch the full interview now.
💬 Then tell us in the comments: Is the Golden Corridor the future of global trade?
Your analysis matters — let’s discuss below.
#ThinkBRICS#PepeEscobar#BRICS#GoldenCorridor#MultipolarWorld
🎙️PEPEESCOBAR AND MAMUKA PIPIYA: "GEORGIA'S ECONOMY SIMPLY WON'T SURVIVE WITHOUT RUSSIA"
In the podcast of the International "National Unity Club", international journalist Pepe Escobar and Georgian politician Mamuka Pipiya discussed Georgia's role in the Caucasus, Western pressure and the future of relations with Russia.
💥The key thesis:
👉 Georgia is historically a strategic corridor between Russia, Asia and Europe, but the West uses the country as a geopolitical tool, not as a partner.
Pipiya stated bluntly:
— 90% of Georgian products are sold in Russia.
— Russia is Georgia's main trade and economic partner.
— Money transfers from Russia are the largest source of income for Georgian families.
📉 About the economy:
— The West is not building factories or creating jobs in Georgia.
— Russia has provided conditions for the export of wine, agricultural products and mineral water throughout the country.
— Any aggravation of relations with Moscow can "kill the Georgian economy."
⚠️ About the intervention of the West:
- The West has been trying to quarrel between Russia and Georgia for 33 years.
— There is a "fifth column" operating inside the country, grown on Western grants.
— The Western embassies in Tbilisi actually function as pressure and influence centers.
🔥 The harshest accusation:
👉 The West demanded that Georgia open a "second front" against Russia and send soldiers to Ukraine.
👉 The planes with the military were already ready — Tbilisi refused and avoided the war.
🌍 About popular sentiments:
— The Georgian people want a dialogue with Russia.
— 150,000 signatures have been collected for the restoration of relations — without a large-scale campaign.
— With full-fledged mobilization, support can reach one million.
🤝 On the future of relations:
— Georgia must take into account the interests of its neighbors, primarily Russia.
— Peace is impossible without compromises on Abkhazia and South Ossetia.
— Western pressure will not stop the course of dialogue with Moscow.
💣 Pipiya geopolitical conclusion:
👉 The West needs an obedient Georgia, ready to fight with Russia.
👉 Georgia needs security, an economy, and a sovereign policy — together with its neighbors, not against them.
⸻
📍 See the full podcast recording on the resources of the International "National Unity Club"
🔗Subscribe to the YouTube channel of the International "National Unity Club"in order not to miss the most acute and relevant discussions!
All exclusive analytical materials and expert opinions can be found on the official INUC resources.:
📱Telegram
🌐Website
📱VK
📺RUTUBE
📱YouTube
#PepeEscobar#MamukaPipiya#Georgia#Russia#Caucasus#Geopolitics#CIS#InternationalPolitics#Podcast