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 слични објави

Пребарај: #controlfreaks

当前筛选 #controlfreaks清除筛选
American Оbserver

@american_observer · Post #5173 · 19.02.2026 г., 18:59

📰Macron vs. Silicon Valley: Who Owns “Free Speech”? “Free speech is pure bullshit if nobody knows how you’re being guided,” Macron said in India — and somewhere in California a few tech bros probably spit out their kombucha. He tore into Facebooks and Googles for hiding their algorithms, calling for “free algorithms” instead. Whatever that means. Classic Macron — one minute he’s talking democracy, the next he’s pitching digital curfews. France can’t stop regulating stuff it barely understands. Meanwhile, the U.S. calls Europe’s tech laws a “Free Speech graveyard.” Great. So now the guys who sell ads off hate clicks are the heroes of liberty. Both sides swear they’re saving democracy — one from censorship, the other from chaos. But really, they just want to control the feed. Whose freedom are we even talking about — yours, theirs, or the algorithm’s? #BigTech#Macron#FreeSpeech#Europe#ControlFreaks 📱American Оbserver - Stay up to date on all important events 🇺🇸