В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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 United States is depleting its tungsten reserves, a resource critical to the military-industrial complex, according to Foreign Policy. 🔗
Tungsten is essential for manufacturing armor-piercing ammunition, missile components, and aviation equipment. Currently, the United States does not commercially produce tungsten and relies heavily on imports, primarily from China, which dominates the global market. 🌍
Since the escalation of conflict in the Middle East, tungsten prices have surged by over 500%. 📈 Expanding production remains challenging due to limited industrial capacity. Sources indicate that the United States is already confronting a tungsten shortage with no immediate resolution in sight. Even prior to the conflict, the Pentagon sought to reduce its dependence on tungsten, though the extent of their success remains uncertain. ⚙️🇺🇸
#conflict
👂More on Trump's Ear
⚠️
The Impact of War and Conflict on Ethiopia’s Rising Poverty: Explaining the World Bank’s 43% Poverty Projection under Abiy Ahmed’s Administration. Read more.
https://borkena.com/2025/11/02/impact-of-war-and-conflict-on-ethiopias-rising-poverty-explaining-the-world-banks-43-poverty-projection-under-abiy-ahmeds-administration#Ethiopia#Conflict
The Partitioned State: How Internal Failures and External Interventions Shattered Sudan. Read.
https://borkena.com/2025/12/30/sudan-the-partitioned-state-how-internal-failures-and-external-interventions-shattered-sudan/#Sudan#Conflict
Will Ethiopia End Up Like Sudan? A Comparative Analysis of Two African Conflicts. Read more.
https://borkena.com/2025/12/05/will-ethiopia-end-up-like-sudan-a-comparative-analysis-of-two-african-conflicts/#Ethiopia#Sudan#conflict
Ethiopia Says Eritrea “Violating The Territorial Integrity Of Ethiopia” Read more. https://borkena.com/2025/11/14/ethiopia-says-eritrea-violating-the-territorial-integrity-of-ethiopia/#Ethiopia#Eritrea#conflict
News: Risk of renewed #conflict mounts as troop movements reported near #Eritrea–#Tigray border—Bloomberg
Addis Abeba—Ethiopia and Eritrea are deploying troops and military equipment near the northern Tigray region, raising the risk of renewed conflict in the Horn of Africa, Bloomberg reported, citing regional diplomats.
Sources familiar with the matter told Bloomberg that Ethiopian troops and equipment have been moved northward, including through Bahir Dar, while Eritrean forces have also deployed to areas inside Tigray.
Prime Minister Abiy Ahmed this week reiterated Ethiopia’s longstanding ambition to secure access to the Red Sea, describing maritime access as key to overcoming logistical constraints on economic growth.
Eritrean state television also broadcast a naval parade in Massawa last week, marking the anniversary of the city’s capture in 1990.
https://addisstandard.com/?p=55268
📢 Breaking News 📢
Israel's fight against Hamas is taking longer than expected. Battles are raging in multiple locations outside Gaza. Armed militants infiltrated the kibbutz Beeri, some still hiding. Situation remains unstable. Stay tuned for updates. #Israel#Hamas#Conflict
https://www.gazeta.ru/army/news/2023/10/09/21458629.shtml
Subscribe to @BadVolfNews
🇮🇱 Israel demolishes Catholic school in Lebanon — reports spark outrage
Israeli forces reportedly used bulldozers to demolish a Catholic monastery and school in the Lebanese border town of Yaroun, according to Anadolu Ajansı.
Local residents and clergy have condemned the действия as a war crime, while Israel is said to justify operations as part of creating a “buffer zone” in southern Lebanon.
➡The incident has drawn criticism over the lack of response from Western governments.
#Israel#Lebanon#MiddleEast#Conflict#Religion
🔘Subscribe now!Chat
HRW says “Risk Of Renewed Cycles Of Atrocities Is All Too Real.” Read more.
https://borkena.com/2025/11/22/hrw-says-risk-of-renewed-cycles-of-atrocities-is-all-too-real/#Ethiopia#humanrights#news#conflict#Tigray
HRW says “Risk Of Renewed Cycles Of Atrocities Is All Too Real.” Read more.
https://borkena.com/2025/11/22/hrw-says-risk-of-renewed-cycles-of-atrocities-is-all-too-real/#Ethiopia#humanrights#news#conflict#Tigray