TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Hashtags

Резултати

Пронајдени 7 слични објави

Пребарај: #tsedalelemma

当前筛选 #tsedalelemma清除筛选
Addis Standard

@addisstandardeng · Post #22098 · 23.04.2026 г., 16:32

#Premiering_now: From Newsroom to Frontline: Mistresillasie on Power, War & Resistance #TsedaleLemma speaks with #MistresillasieTamrat. Click here to watch: https://www.youtube.com/watch?v=JCF8w7rEYhQ #TheStandardSignal#EthiopiaPolitics#Misteresillasie#ElectionDebate #PoliticalVoices#WomenInPolitics

Addis Standard

@addisstandardeng · Post #22096 · 23.04.2026 г., 14:39

#Coming_UP: The Standard Signal | Ep.17: From Newsroom to Frontline: Mistresillasie on Power, War & Resistance #TsedaleLemma speaks with #MistresillasieTamrat. From her striking statement, “politics took journalism away from me,” to her defense of possible participating in upcoming elections, Mistresillasie speaks with clarity. Premiers at: 7:30 PM EAT tonight. Subscribe to watch: https://www.youtube.com/@AddisStandard #TheStandardSignal#EthiopiaPolitics#Misteresillasie#ElectionDebate #PoliticalVoices#WomenInPolitics

Addis Standard

@addisstandardeng · Post #21333 · 06.02.2026 г., 14:33

#Coming_UP: The Standard Signal |Ep. 12 - Western Tigray and the Unraveling of Ethiopia’s Constitution. Part I Five years after the war in Tigray began, and three years after Pretoria, Western Tigray remains the clearest sign that Ethiopia’s war has not truly ended, it has merely changed form. If peace doesn’t restore rights, is it really peace? If people cannot return safely and with dignity, what does return even mean? Is Ethiopia still governed by its Constitution? #TsedaleLemma speaks with #DanielBerhane. Part I premiers at: 7:30 PM tonight. Subscribe to watch: https://www.youtube.com/@AddisStandard #Ethiopia, #Tigray#WesternTigray#ConstitutionalOrder#PeaceAndJustice#IDPRights#RuleOfLaw#HornOfAfrica#PostPretoria

Addis Standard

@addisstandardeng · Post #22049 · 17.04.2026 г., 14:53

The Standard Signal Ep 16| Two Years Without Justice: Remembering the Brutal Assassination of Bate Urgessa On April 9, 2024, Bate Urgessa was brutally assassinated by government forces. This special episode revisits the timeline, and what it reveals about justice and political space in Ethiopia today. #TsedaleLemma in conversation with #EzekielGebissa Premiers tonight at 7:30 PM EAT Subscribe to watch: https://youtube.com/@addisstandard #BateUrgessa#Ethiopia#Anniversary#JusticeDelayed#HumanRights#PoliticalViolence#Oromo#OLF#Accountability#HornOfAfrica#TheStandardSignal

Addis Standard

@addisstandardeng · Post #21515 · 24.02.2026 г., 14:36

#Coming_UP: The Standard Signal | Ep. 13 - The UK’s “New Africa Approach”: Press Freedom, Human Rights, Investment, Migration, and Power Politics in Ethiopia What’s actually new about the UK’s “New Africa Approach”? #TsedaleLemma speaks with #LukeBullock Premiers at: 7:30 PM EAT tonight. Subscribe to watch: https://www.youtube.com/@AddisStandard #TheStandardSignal#UKAfricaPolicy#UKInEthiopia#HornOfAfrica#Geopolitics#DevelopmentAndSecurity#ForeignPolicy#Ethiopia#RedSea#Tigray#Eritrea#Somaliland#Israel

Addis Standard

@addisstandardeng · Post #21239 · 29.01.2026 г., 13:37

#Coming_UP: The Standard Signal | Ep. 11: Meles Zenawi’s Nightmare Revisited: GERD, Gulf Money, and the Unmaking of Sovereignty Fifteen years ago, Ethiopia’s late Prime Minister Meles Zenawi warned that his nightmare would be an “Egyptian agenda financed by Gulf money.” Has Meles Zenawi’s nightmare already arrived? #TsedaleLemma speaks with #JawarMohammed. Premiers at: 7:30 PM tonight. Subscribe to watch: https://www.youtube.com/@AddisStandard #GERD#HornOfAfrica#Ethiopia#GulfPolitics#UAE#SaudiArabia#NilePolitics#AfricanGeopolitics#Sovereignty#MiddleEastAfrica#TheStandardSignal

Addis Standard

@addisstandardeng · Post #21935 · 03.04.2026 г., 14:30

#Coming_UP: The Standard Signal | Ep.15: Ethiopia Under Pressure: Fuel Crisis, Global & Regional Instability, a Fragile Election | Jawar Mohammed #TsedaleLemma speaks with #JawarMohammed about the growing challenges facing Ethiopia, from global and regional tensions to domestic instability, corruption and Ethiopia’s fragile election. Premiers at: 7:30 PM EAT tonight. Subscribe to watch: https://www.youtube.com/@AddisStandard #AddisStandard#TheStandardSignal#Ethiopia#JawarMohammed#EthiopiaPolitics#Corruption#FuelCrisis#HornOfAfrica#Tigray#Amhara#Oromia#EthiopiaElection#AfricaPolitics#EthiopiaNews#AfricanPolitics#Geopolitics