TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #45 · 2 мар.

В фреймворке PyQt (и PySide тоже) часто встречается настройка чего-либо с помощью так называемых флагов. widget.setWindowFlags(Qt.Window) Взаимодействие нескольких флагов делается с помощью бинарных (или побитовых) операторов. Несколько флагов можно указать с помощью оператора "|" list_item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled) исключить флаг из уже имеющегося набора можно так list_item.setFlags(list_item.flags() ^ Qt.ItemIsEnabled) Добавить новый флаг к имеющимся можно так list_item.setFlags(list_item.flags() | Qt.ItemIsEnabled) А проверка наличия делается так is_enabled = item.flags() & Qt.ItemIsEnabled > 0 Почему именно так? Всё дело в том как именно работают побитовые операторы. Но об этом в следующем посте. #qt

Hashtags

Резултати

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

Пребарај: #bipartisanai

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

@ai_and_law · Post #226 · 27.01.2024 г., 08:04

USA: Bipartisan AI Working Group Formed by Lawmakers Hello everyone! US lawmakers have established a bipartisan "AI Working Group." Focused on artificial intelligence's impact on financial services and housing industries, the group aims to delve into the use of AI in decision-making, product development, fraud prevention, compliance, and its effects on the workforce. The group will explore existing AI regulations and propose new ones that balance the potential benefits and risks. The initiative aligns with President Biden's executive order highlighting the need for managing emerging technologies and their associated risks. #AIWorkingGroup#BipartisanAI#FinancialServices#AIRegulation#TechPolicy**