@hkdmovement · Post #7920 · 26.12.2024 г., 02:11
The HKDM team wish everyone a merry Christmas! May glory to Hong Kong! #FreeHK#HKDMovement
Hashtags
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
Пребарај: #hkdmovement
@hkdmovement · Post #7920 · 26.12.2024 г., 02:11
The HKDM team wish everyone a merry Christmas! May glory to Hong Kong! #FreeHK#HKDMovement
Hashtags
@hkdmovement · Post #7923 · 02.01.2025 г., 04:26
The HKDM team wish everyone a happy new year! We wish that all of us will continue fighting until our Hong Kong is back! #fightforfreedom#standwithhongkong#HKDMovement
@hkdmovement · Post #7022 · 17.01.2024 г., 10:40
Jan 16: day 10 of Jimmy Lai's trial. Defense disputes relevance of expert reports to national security charges, while prosecution argues no need to prove Lai's actions caused foreign sanctions. Judge approves expert reports, stating they aid understanding of US actions against Hong Kong and whether they constitute "sanctions, blockades, or other hostile actions" under the National Security Law. Trial continues with the testimony of an accomplice witness. It seems that the prosecution lacks a direct witness to support their accusations. Instead, they have relied on expert reports to present their case. The absence of a witness raises questions about the strength of the prosecution's evidence. #FreeJimmyLai#freepoliticalprisoners#FreeHongKong#HKDMovement
@hkdmovement · Post #7211 · 10.02.2024 г., 04:32
Wish everyone a happy Lunar New Year! Bring glory back to Hong Kong in the year of dragon! #HKDMovement #glorytoHongKong #lunarnewyear #standwithhongkong