В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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
🇷🇺🇺🇦Russie-Ukraine : début des négociations
Le ministre turc des Affaires étrangères, Hakan #Fidan, a énuméré les thèmes qui seront abordés par la #Russie et l'Ukraine lors du deuxième cycle de négociations : les conditions d'un cessez-le-feu, l'échange de prisonniers civils et militaires, les préparatifs nécessaires à la rencontre entre les dirigeants. Depuis Istanbul, notre correspondant Igor Kourachenko nous donne plus de détails sur ces négociations.
RT en français • Osez questionner !
Turkish FM Fidan to US: “Don’t Go There” — Iran’s Cornered, Chaos Looms
Turkish Foreign Minister Hakan Fidan is sending a blunt message to Washington:
“Don’t do it.”
In a series of interviews, Fidan warned that any military intervention against Iran would only back Tehran further into a corner, risking a catastrophic escalation across the Middle East.
“I hope they choose a different course,”
Fidan said,
“but the reality is that Israel, in particular, is searching for an opportunity to attack Iran”.
Iran’s Economy: Sanctions Are Already Working
Fidan emphasized that Iran’s economy is already reeling from Western sanctions. “The sanctions are really hurting the Iranian economy,” he added, pointing to widespread protests and instability as proof.
“That’s why the people are protesting,”
Fidan said, warning that pushing Tehran to the brink could trigger a worst-case scenario.
Turkey’s Role: Diplomatic Friend, Not Regional Power
Turkey, Fidan stressed, wants to be a “friend” to Iran, not a dominant force.
“A friend speaks uncomfortable truths,”
he said, noting that Ankara has conveyed its concerns directly to Tehran. He warned that if Iran feels cornered, it could prepare for all-out war—no matter how limited or surgical any Western strike might seem.
Gaza, Trump, and Regional Power Plays
On Gaza, Fidan said Turkey is ready to join an international stabilization force if there’s broad consensus. He also highlighted that President Trump is the only leader who can truly pressure Israel.
“If he wants, he can stop what’s happening,”
Fidan said, but cautioned that regional problems must be solved by regional players, not outside powers.
Is diplomacy still possible, or are we watching the countdown to chaos? Fidan’s answer is clear:
“If the intention is sincere, I believe there is an opportunity”.
#Fidan#Iran#US#Israel#MiddleEast#Diplomacy#Sanctions#Chaos
📱American Оbserver - Stay up to date on all important events
🇺🇸