@depressnyashki · Post #4668 · 31.03.2026 г., 08:09
🐈⬛ Печальная депрессняшки Автор: #GoodLuck ➖➖➖ 😫Депрессняшки
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
Пребарај: #goodluck
@depressnyashki · Post #4668 · 31.03.2026 г., 08:09
🐈⬛ Печальная депрессняшки Автор: #GoodLuck ➖➖➖ 😫Депрессняшки
Hashtags
@depressnyashki · Post #4464 · 25.02.2026 г., 16:10
🍉 Южная депрессняшка Автор: #GoodLuck ➖➖➖ 😫Депрессняшки
Hashtags
@depressnyashki · Post #4234 · 18.01.2026 г., 08:10
✍️ Рекомендательная депрессняшка Автор: #GoodLuck ➖➖➖ 😫Депрессняшки
Hashtags
@depressnyashki · Post #4104 · 27.12.2025 г., 06:05
😟 Безграмотная депрессняшка Автор: #GoodLuck ➖➖➖ 😫Депрессняшки
Hashtags
@ethiodjiboutirailway · Post #3001 · 25.08.2025 г., 11:48
We sincerely wish you a wonderful and productive week! May this week bring you success, fulfillment, and the rewards of your hard work. 📢 By clicking the button below, you can apply for the Ethio-Djibouti Railway recruitment program for 100 train crew positions. https://edrsc.com/vacancy-2/ Ethio-Djibouti Railway Connecting Business Find us on: Facebook: https://www.facebook.com/share/15vDenutJd/?mibextid=wwXIfr Telegram: https://t.me/ethiodjiboutirailway Web: https://www.edrsc.com TikTok: @ethiodjiboutirailway Call center: 9546 #Have_a_nice_week #GoodLuck!
Hashtags
@inha_uz · Post #7292 · 14.06.2024 г., 10:39
☄️🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠☄️ Attention all prospective students! Please kindly note that the deadline for the application submission for the second entrance exams of IUT is today, June 14, by 5 PM. This is a last chance for those who want to register for the exam now or re-submit the application in case any mistakes are found after reviewing. 📱Application platform 🖱 Please, don't hesitate to reach out to us if you have any last-minute questions or need assistance with your application via: 📞71 289 99 99 (0400) ✈️@askinhabot ➖➖➖➖➖➖➖➖➖➖ 🎬Application process tutorial Best of luck on your application process and exams! IUT Admission Team #IUTAdmissions2024#ApplicationDeadline#ProspectiveStudents#GoodLuck
@inhayoshlarittifoqi · Post #211 · 14.06.2024 г., 12:02
☄️🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠🔠☄️ Attention all prospective students! Please kindly note that the deadline for the application submission for the second entrance exams of IUT is today, June 14, by 5 PM. This is a last chance for those who want to register for the exam now or re-submit the application in case any mistakes are found after reviewing. 📱Application platform🖱 Please, don't hesitate to reach out to us if you have any last-minute questions or need assistance with your application via: 📞71 289 99 99 (0400) ✈️@askinhabot ➖➖➖➖➖➖➖➖➖➖ 🎬Application process tutorial Best of luck on your application process and exams! IUT Admission Team #IUTAdmissions2024#ApplicationDeadline#ProspectiveStudents#GoodLuck
@lunaeverly · Post #67 · 02.02.2026 г., 08:24
Headed to the office for my first internship! 👩💼☕️ A little nervous, but also excited for new connections and experience. Wish me luck today — I'll definitely need it! Выхожу в офис на первую практику! 👩💼☕️ Немного волнуюсь, но и жду новых знакомств и опыта. Пожелайте мне удачи сегодня — она точно понадобится! #LunaEverly#Internship#Workday#GoodLuck#NewExperience
@googlefactss · Post #40300 · 11.12.2025 г., 19:05
“Knock on wood” is a saying people use to avoid bad luck. It may come from old beliefs that trees have spirits or from the Christian cross made of wood. Different countries have their own ways to “knock on wood” to stay lucky. For example, in Italy, people “touch iron,” and in Turkey, they knock twice and pull their earlobe. 🌳🙏🍀 [Read more] @googlefactss #KnockOnWood#GoodLuck#Superstition#Idioms#Culture