TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #175 · 30 окт.

В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль 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

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #strategicstability

当前筛选 #strategicstability清除筛选

@RusEmbMalta Press Release On the Development of a Global Missile Defense System by the United States 🇷🇺 The Embassy of the Russian Federation underscores that the concept of a global missile defense system is fundamentally flawed and cannot ensure protection against a potential retaliatory strike by Russia’s strategic forces. Its creation is therefore not only ineffective but also strategically unsound. ️🔹 NATO bears direct responsibility for the dismantling of international legal mechanisms that once upheld strategic stability and predictability in global affairs. The persistent unwillingness of NATO member states to engage in constructive dialogue with Russia further exacerbates military–political tensions, undermining collective security. ❗ We recall that the United States unilaterally rejected cooperation under Russia’s 2010 initiative for a collective European missile defense system – an approach that could have fostered genuine partnership rather than confrontation. Equally untenable are the deceptive assurances of NATO leadership that the deployed missile defense infrastructure is not aimed against Russia’s nuclear potential. These claims directly contradict NATO’s own recent statements identifying Russian strategic forces as a primary target of the system. Such inconsistency reveals the real nature of this project. 🔹It is evident that the driving force behind the expansion of U.S. missile defense capabilities abroad is not global security, but rather the financial interests of the American military–industrial complex. 🔹 Russia reaffirms its commitment to strategic stability, predictability, and equitable security for all nations, and calls upon partners to return to serious dialogue rather than the pursuit of illusory and destabilizing military solutions. #MissileDefense #GlobalSecurity #StrategicStability #ArmsControl