@notesinevershared · Post #290 · 22.10.2025 г., 19:36
Up all night again — just me, my desk, and some snacks. It’s a quiet life, maybe a bit boring, but still better than being around fake people. #NightOwl#PeaceAndQuiet#RealOnesOnly"
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
Пребарај: #realonesonly
@notesinevershared · Post #290 · 22.10.2025 г., 19:36
Up all night again — just me, my desk, and some snacks. It’s a quiet life, maybe a bit boring, but still better than being around fake people. #NightOwl#PeaceAndQuiet#RealOnesOnly"
@notesinevershared · Post #280 · 14.10.2025 г., 19:20
The only way to truly impress me? Be a good person. I don’t care about what you own, what brand you wear, where you live, or what you drive. None of that matters to me. What I do care about is how you treat people — especially when there’s nothing to gain. Kindness, honesty, and a pure heart will always stand out. Good intentions speak louder than flashy things ever could. Respect is earned through character — not status. #StayHumble#GoodVibesOnly#CharacterOverClout#RealOnesOnly