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

Резултати

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

Пребарај: #gpui

当前筛选 #gpui清除筛选
GitHub Trends

@githubtrending · Post #14687 · 09.05.2025 г., 11:30

#rust#gpui#macos#shadcn#ui#windows GPUI Component offers over 40 easy-to-use, customizable UI elements for building modern desktop apps that look like macOS and Windows, with support for multiple themes and flexible layouts. It includes high-performance tables and lists for handling large data smoothly, plus native Markdown and simple HTML rendering. You can add WebView support and use any SVG icons you want. Although still in development, it’s designed to help you create beautiful, fast, and adaptable desktop applications with less effort, making your app development more efficient and visually appealing. This benefits you by speeding up UI creation and improving user experience. https://github.com/longbridge/gpui-component

GitHub Trends

@githubtrending · Post #14652 · 01.05.2025 г., 12:00

#rust#gpui#rust_lang#text_editor#zed Zed is a fast and powerful code editor that helps you work better with your team. It's built using Rust, which makes it very efficient, especially with large files. Zed allows real-time collaboration, so you can work on code with others at the same time. It also supports AI tools like GitHub Copilot and has features like a built-in terminal and a REPL for testing code quickly. This means you can code faster and more smoothly, and it's easy to customize to fit your needs. https://github.com/zed-industries/zed