@starvetbooks · Post #5141 · 11.04.2025 г., 15:42
♻️#FROM ANIMAL HEALTH INSTITUTE https://t.me/starvetbooks
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #380 · 21 окт.
Регулярно приходится писать и ревьюить код, где используется PySide2-6. Заметил, что в подавляющем большинстве случаев настройка создаваемых базовых виджетов происходит через методы. Думаю, всем знаком такой способ. Простой пример с кнопкой: button = QPushButton("Click Me") button.setMinimumWidth(300) button.setFlat(True) button.setStyleSheet("font-size: 20pt") button.setToolTip("Super Button") button.clicked.connect(lambda: print("Button clicked")) Но есть и альтернативный способ - настройка через свойства. Это просто ключевые аргументы конструктора класса. Хоть они и не указаны в документации как аргументы, но они есть) Этот код делает тоже самое но с помощью Property button = QPushButton( "Click Me", minimumWidth=300, flat=True, styleSheet="font-size: 20pt", toolTip="Super Button", clicked=lambda: print("Button clicked"), ) Где это может быть полезно ▫️ Это выглядит более аккуратно и коротко, уже повод использовать ▫️ Может использоваться в заполнении лейаута, когда нам не нужно никакое другое взаимодействие с виджетом и поэтому сохранять его в переменную не требуется. Например, лейбл или кнопка. widget = QWidget(minimumWidth=400) layout = QHBoxLayout(widget) layout.addWidget(QLabel("Button >", alignment=Qt.AlignRight)) layout.addWidget(QPushButton("Click Me", clicked=lambda: print("Button clicked"))) widget.show() Либо так widget = QWidget(minimumWidth=400) layout = QHBoxLayout(widget) for wd in ( QLabel("Button >", alignment=Qt.AlignRight), QPushButton("Click Me", clicked=lambda: ...) ): layout.addWidget(wd) widget.show() ▫️ Можно хранить настройки в каком-то конфиге или генерировать на лету, после чего передавать как kwargs. kwargs = {"text": "Hello " * 30, "wordWrap": True} my_label = QLabel(**kwargs) Как получить полный список доступных свойств? Эта функция распечатает в терминал все свойства виджета и их текущие значения def print_widget_properties(widget): meta_object = widget.metaObject() for i in range(meta_object.propertyCount()): property_ = meta_object.property(i) property_name = property_.name() property_value = property_.read(widget) print(f"{property_name}: {property_value}") #tricks#qt
Пребарај: #from
@starvetbooks · Post #5141 · 11.04.2025 г., 15:42
♻️#FROM ANIMAL HEALTH INSTITUTE https://t.me/starvetbooks
Hashtags
@Ai_artz · Post #3477 · 28.04.2026 г., 05:53
#from Double exposure caricature of a brasilian rainforest, flowers, waterfall Heart and love: magical ethereal nature, copper patina, desaturated neutral tones on burlap, dramatic impasto composition that brakes down the boundaries between an effective combination of concept, vision and mastery of medium (Georges Braque:0.7), (Fernand Leger:0.3), set in front of vivid background by Pablo Picasso S<AI watercolor and ink, oil on canvas, reflection, mist, sunshine --ar 16:9 ✅ sapir8697 _Discord @ai_artz🎨
Hashtags
@Ai_artz · Post #3475 · 21.04.2026 г., 08:33
#from Antique suburban cybertech collage of miscellaneous ephemera mixed with rusty macabre horror rain --v 6.0 --s 400 --c 25 ✅wonnetrunken _Midjourney v6.0 @ai_artz📺
Hashtags
@AI_artz · Post #3448 · 04.03.2026 г., 14:24
#from Medieval vilage, full moon, plague doctor walking on the streets, dark night, tranquility in the style of Yves Klein, abstract ✅ hondrus _Midjourney v6.0 @ai_artz🎨
Hashtags
@AI_artz · Post #3440 · 28.02.2026 г., 09:05
#from Impressionist oil painting about meditation reflected in one person --v 6.0 ✅ juanpreisler _Midjourney v6.0 @ai_artz🎨
Hashtags
@AI_artz · Post #3428 · 21.02.2026 г., 03:07
#from A child's teddy bear plush toy which looks soft and cuddly ✅ cparsons _Discord @ai_artz🧸
Hashtags
@AI_artz · Post #3405 · 10.02.2026 г., 11:07
#from Critters gathering under the black light harvest moon, by Eric Carle --ar 4:3 ✅ dyltheshyguy _Discord @ai_artz🌠
Hashtags
@AI_artz · Post #3381 · 30.01.2026 г., 12:48
#from Orisha,blanco,pureza, --v 6.0 ✅gaiberr327 _ Midjourney v6.0 @ai_artz🌿
Hashtags
@AI_artz · Post #3379 · 28.01.2026 г., 18:11
#from Oil painting portrait from the 1500s of a smiling girl ✅ giorgiogenau_08496 _Discord @ai_artz🌿
Hashtags
@AI_artz · Post #3361 · 23.01.2026 г., 19:21
#from Handsome mongol khan age twenty, muscular but thin, proud, full body portrait, watercolor style, black and white, 8k, --ar 2:3 ✅blackbeltmonkey _Midjourney v6.0 @ai_artz🌿
Hashtags
@AI_artz · Post #3348 · 16.01.2026 г., 16:06
#from A dynamic, abstract action painting featuring a cyclist in full speed. The cyclist's body is portrayed through a vibrant blend of colors and bold brushstrokes, with a sense of motion captured through the distorted, elongated shape. The background showcases a blurry, whirlwind of colors, representing the wind and the cyclist's adrenaline-filled journey. The overall atmosphere of the painting exudes energy, speed, and the thrill of competition. ✅ Blademort1988 _Ideogram v1.0 @ai_artz🚲
Hashtags
@AI_artz · Post #3293 · 31.12.2025 г., 19:35
#from Obbatala,viejo ✅gaiberr327 _ Midjourney v6.0 @ai_artz🦜
Hashtags