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

Пребарај: #aipin

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

@ai_and_law · Post #162 · 12.11.2023 г., 10:17

🌟AI Sunday Wonders: Unveiling Humane's AI Pin Greetings AI subscribers! This Sunday, we introduce you the latest marvel from Humane - the AI Pin. After months of anticipation, Humane has officially launched its wearable wonder, the AI Pin, designed for seamless interaction with large language models. This $699 gadget consists of a square device and a magnetically attachable battery pack. An additional $24 monthly fee covers a Humane subscription, offering a phone number and data through T-Mobile's network. Preorders start on November 16th, with shipping slated for early 2024. The AI Pin, powered by a Snapdragon processor, relies on voice control, gestures, a camera, and a built-in projector, weighing in at just 34 grams. Unlike always-listening devices, you manually activate the Pin by tapping and dragging on the touchpad. The Pin's "Trust Light" blinks during data collection. Its core, the AI Mic software, connects to AI models, with ChatGPT from OpenAI being a key feature. The operating system, Cosmos, streamlines user experience, automatically routing queries to the right tools without the need for extensive settings or accounts. Humane envisions the Pin as a minimalist interface, where users interact naturally, voicing commands or touch gestures for automatic actions. Features include voice-based messaging, email summarization, nutritional info from food images, real-time translation, and upcoming navigation and shopping capabilities. Developers are also invited to craft their own tools. #AISundayWonders#AIInnovation#HumaneAI#AIPin