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

Резултати

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

Пребарај: #batroun

当前筛选 #batroun清除筛选
Marwa Osman/MidEaStream

@Marwa_OsmanLB · Post #3579 · 02.11.2024 г., 16:49

Lebabes citizen Imad Amhaz, who was abducted in Batroun by Israeli Forces, had been attending a month-long captain’s training course at a private maritime institute located in the area of Batroun. Amhaz was reportedly staying alone in a rented apartment in Batroun. Israeli media claim Amhaz he may have ties to Hezbollah despite the fact that Amhaz is a civilian maritime captain of commercial vessels and is currently undergoing training at the private marine institution in Batroun. Military sources revealed that the Israeli soldiers involved in the Batroun abduction numbered between 20 and 25, supported by additional escort personnel, with Lebanese army intelligence working to confirm the exact numbers. According to the National News Agency, Batroun residents confirmed that the military force led Amhaz to the shore and swiftly departed with him on high-speed boats into the open sea. #Lebanon#Batroun#IsraeliOperation#UNIFIL#LebanonUnderAttack

Marwa Osman/MidEaStream

@Marwa_OsmanLB · Post #3587 · 04.11.2024 г., 17:01

Although an Israeli elite unit which is tasked with the most difficult military operations, the history of "Shayetet 13" is full of failed operations. Israeli Security Minister Yoav Gallant, then commander of the unit that fell in a Hezbollah ambush in South Lebanon in 1997, acknowledged last year the ongoing psychological consequences on Israel and its military and security leaders due to the unforgettable ambush. #Shayetet13#Batroun#Ansariyeh#Hezbollah#SouthLebanon#Israel#YoavGallant