@TestFlightX · Post #34729 · 27.11.2024 г., 15:46
#DEMON#AWAKENING https://testflight.apple.com/join/YcjWfuYn
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #381 · 23 окт.
Установить свойства виджета в PySide можно не только через соответствующие методы и конструктор класса. Можно их изменять с помощью метода setProperty по имени. btn = QPushButton("Click Me") btn.setProperty("flat", True) Это аналогично вызову btn.setFlat(True) Если указать несуществующее свойство, то оно просто создается btn.setProperty("btnType", "super") Получить его значение можно методом .property(name) btn_type = btn.property("btnType") Когда это может быть полезно? ▫️Можно просто хранить какие то данные в виджете и потом их доставать обратно widget = QWidget() widget.setProperty('my_data', 123) print(widget.property('my_data')) ▫️ Назначая эти свойства разным виджетам можно потом отличить виджеты во время итераци по ним. Например, найти все кнопки со свойством my_data="superbtn". Но ведь вместо кастомного свойства можно использовать objectName, будет тот же результат. Да, но y ObjectName есть ограничение - только строки. ▫️ Если нам потребуется не просто поиск а, например, сортировка по числу, то свойства позволяют нам это сделать. Поддерживается любой тип данных widget.setProperty('my_data', {'Key': 'value'}) widget.setProperty('order', 1) all_widgets.sort(key=w: w.property('order')) Но ведь Python позволяет всё вышеперечисленное сделать простым созданием атрибута у объекта widget.order = 1 widget.my_data = 123 Да, но я думаю что не надо объяснять почему не стоит так делать. К тому же, если у виджета нет свойства то метод .property(name) вернет None, а отсутствующий атрибут выбросит исключение. ▫️ Действительно полезное применение кастомным свойствам - контроль стилей. Здесь атрибутами не обойтись, нужны именно свойства. Дело в том, что в селекторах стилей можно указывать конкретные свойства виджетов на которые следует назначать стиль. Просто запустите этот код from PySide2.QtWidgets import * if __name__ == "__main__": app = QApplication([]) widget = QWidget(minimumWidth=300) layout = QVBoxLayout(widget) btn1 = QPushButton("Action 1") btn2 = QPushButton("Action 2") btn3 = QPushButton("Action 3", flat=True) layout.addWidget(btn1) layout.addWidget(btn2) layout.addWidget(btn3) # добавим кастомное свойство одной кнопке btn1.setProperty("btnType", "super") # добавляем стили widget.setStyleSheet( """ QPushButton[btnType="super"] { background-color: yellow; color: red; } QPushButton[flat="true"] { color: yellow; } """ ) widget.show() app.exec_() С помощью селектора мы избирательно назначили стили на конкретные кнопки. Как получить список всех кастомный свойств? Функция получения списка кастомных свойств отличается от получения дефолтных. def print_widget_dyn_properties(widget): for prop_name in widget.dynamicPropertyNames(): property_name = prop_name.data().decode() property_value = widget.property(property_name) print(f"{property_name}: {property_value}") #tricks#qt
Пребарај: #awakening
@TestFlightX · Post #34729 · 27.11.2024 г., 15:46
#DEMON#AWAKENING https://testflight.apple.com/join/YcjWfuYn
Hashtags
@TFGames · Post #2246 · 28.02.2024 г., 10:23
#SUPER#SAMKOK#AWAKENING #GAMES https://testflight.apple.com/join/fkw9M0Eb
Hashtags
@lionessrises · Post #113333 · 11.05.2026 г., 13:15
🔥 Becoming More Human The more I awaken… the more human I feel. Not less attached… not floating somewhere above it all… but more here than I’ve ever been. More present… more grounded… more complete. It’s strange, because I used to think awakening meant escaping the human experience… rising beyond it. But what I’ve found is the opposite. The more the noise falls away… the more real everything becomes. The more I feel… the more I see… the more I understand what it actually means to be alive. There’s no need to chase… no need to force… no need to become something else. It’s like I’m finally standing in my own life… fully. Not observing it from a distance… not trying to fix it… just being in it… and that feels like peace. Maybe awakening isn’t about leaving humanity behind… maybe it’s about finally arriving in it. ZF 🔥 #awakening#presence#grounded#selfrealization#growth#consciousliving ✨〰️✨〰️✨ Take only what resonates 💫 @Ascension_A_Memeoir✨🪬
@mustangdebb · Post #47913 · 10.05.2026 г., 18:57
https://x.com/zachqfish/status/2053461293190062283?s=52 🙏 Why We Cannot See Creator Sometimes people ask, “Why can’t we see Creator?” It’s a beautiful question, and one that has echoed through humanity since the beginning of time. Maybe the answer is simpler than we think. A child in the womb cannot see its mother. It cannot comprehend the world beyond the walls that surround it. It does not know who is feeding it, protecting it, or sustaining every breath and heartbeat. And yet, the mother is there the entire time... loving, nourishing, and holding that child in perfect care. The child may not understand the mother, but the mother understands the child completely. In many ways, we are no different. We live inside a vast and mysterious universe, surrounded by intelligence, beauty, and order far beyond what our minds can fully grasp. We may not be able to see Creator with our physical eyes, but we can witness the fingerprints of Creator everywhere... in the rhythm of our hearts, the precision of nature, the power of love, and the quiet inner knowing that reminds us we are never alone. Perhaps this life is a sacred womb. A place where our souls are growing, learning, and preparing for a greater birth into a reality we cannot yet imagine. And just like the child in the womb, we may not fully understand what holds us. But we are held. We are guided. We are loved beyond measure. One day, when the veil lifts and our awareness expands, we may realize that what we were searching for was never separate from us. Creator was not hidden. Creator was carrying us all along. ZF 🔥 #Creator#Faith#SpiritualAwakening#TheWayOfBeing#DivinePresence#Awakening#Consciousness#NewEarth#TrustTheJourney#ZF🔥