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

Пребарај: #developercommunity

当前筛选 #developercommunity清除筛选
MDC Uzbekistan

@mdcuzbekistan · Post #975 · 03.11.2025 г., 12:30

🌟 Call for Sponsors — MDCU Conf 2025 We’re thrilled to announce that MDCU Conf 2025 is almost here! 🎉 As we bring together developers, IT professionals, and tech leaders from across the region, we’re inviting organizations and brands to join us as official sponsors of this exciting event. 🚀 💡 Why sponsor? - Connect with hundreds of developers and decision-makers - Increase brand visibility within the Microsoft ecosystem - Build lasting relationships with the local and regional tech community - Showcase your innovations through booths, talks, and demos 📅 Event Date: November 22, 2025 📍 Location: Palace of Youth Creativity, Tashkent ✨ Let’s collaborate to empower innovation and grow the tech community in Uzbekistan! 👉 Interested in sponsoring? Reach out to @dotnetgo or @g_voriskhon #MDCUConf2025#MicrosoftUzbekistan#TechConference#Sponsorship#DeveloperCommunity#Innovation Telegram | Instagram | Website