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

Резултати

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

Пребарај: #ukpolicy

当前筛选 #ukpolicy清除筛选
AI & Law

@ai_and_law · Post #472 · 25.12.2024 г., 08:04

UK's AI Copyright Debate: Balancing Innovation and Creative Rights The UK government has launched a consultation exploring legal frameworks for AI training on copyrighted material, proposing four policy options with significant implications for AI and creative industries. 1️⃣Controversial Proposal: One option would allow AI firms to use copyrighted works without rights holders’ permission, even for commercial purposes, with minimal restrictions. This has sparked concerns among creatives about irreversible harm to their industries. 2️⃣Alternative Frameworks: Other proposals include opt-out systems for copyright holders or stricter licensing requirements, but creatives argue these approaches lack enforcement and transparency, leaving copyright holders vulnerable. With feedback open until February 25, 2025, this consultation is a critical moment for shaping the intersection of AI innovation and intellectual property rights in the UK. #AIRegulation#Copyright#AIEthics#UKPolicy

AI & Law

@ai_and_law · Post #794 · 27.03.2026 г., 08:04

🇬🇧UK Reconsiders AI Copyright Exception After Industry Backlash The UK government has stepped back from plans to allow AI companies to freely use copyrighted material for training by default. The proposal would have permitted data scraping unless rights holders explicitly opted out. The reversal follows objections from prominent figures in the creative industries, including Paul McCartney, Elton John, Coldplay, Richard Curtis, Antony Gormley, and Ian McKellen. Science minister Liz Kendall stated that consultations with stakeholders — including creatives, AI firms, unions, and academics — led the government to abandon a preferred policy option. #AIRegulation#Copyright#AIethics#UKpolicy#IntellectualProperty

AI & Law

@ai_and_law · Post #812 · 23.04.2026 г., 07:04

🇬🇧UK DSIT Warns Businesses on AI Cybersecurity Risks The UK Department for Science, Innovation and Technology (DSIT) issued an open letter warning businesses about the growing availability of AI models with cybersecurity vulnerability detection capabilities. The department stated that such systems create new risk exposures for organizations as these tools become more accessible. DSIT referenced releases by Anthropic and OpenAI, as well as subsequent reviews by the AI Security Institute. The department noted that the UK “is not standing still in response to this threat,” but emphasized that government action alone will be insufficient. Business leaders were urged to adopt preventive measures to stay ahead of emerging model capabilities. #AIRegulation#Cybersecurity#AISafety#UKpolicy#RiskManagement