@linuxgram · Post #18260 · 31.03.2026 г., 15:19
🪄 [Hyprland] As fluid as it gets... By Ilyamiro on Reddit: https://www.reddit.com/r/unixporn/s/pZXwQi5Hyk #hyprland
Hashtags
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
Пребарај: #hyprland
@linuxgram · Post #18260 · 31.03.2026 г., 15:19
🪄 [Hyprland] As fluid as it gets... By Ilyamiro on Reddit: https://www.reddit.com/r/unixporn/s/pZXwQi5Hyk #hyprland
Hashtags
@gnulinuxlatino · Post #21392 · 25.03.2026 г., 20:08
Probando #Hyprland por primera vez en #openSUSE Tumbleweed https://victorhckinthefreeworld.com/2026/03/25/probando-hyprland-por-primera-vez-en-opensuse-tumbleweed/
@githubtrending · Post #15286 · 10.11.2025 г., 14:00
#qml#dotfiles#hyprland#linux#material_design#quickshell#rice#ricing#unixporn#wayland This Hyprland dotfiles setup gives you a modern, easy-to-use Linux desktop with features like a live app overview, AI integration (Gemini and Ollama), and automatic, beautiful color themes that match your wallpaper. Installation is simple with a one-line command, and the default keybinds are familiar if you’ve used Windows or GNOME. The system uses Quickshell for widgets (not Waybar), shows every command during setup for transparency, and offers a friendly Discord community for help. You benefit from a polished, customizable environment that’s both visually appealing and practical, with support for new users and advanced customization options. https://github.com/end-4/dots-hyprland