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

Резултати

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

Пребарај: #amman

当前筛选 #amman清除筛选
Papa & Vaticano - News

@papaevaticanonews · Post #9541 · 04.03.2026 г., 15:08

Sono rientrati oggi a #Roma, con un volo diretto da #Amman, i pellegrini italo-americani dell’Opera Romana Pellegrinaggi (Orp) rimasti bloccati a #Gerusalemme a causa degli eventi in corso in Medio Oriente. Il gruppo, accompagnato da don Giovanni Biallo, si trovava in Terra Santa da sabato 28 febbraio. L’Orp ha garantito tutta l’assistenza necessaria per la sicurezza in loco fino alla riprotezione sui primi voli disponibili, assorbendo totalmente i costi del prolungamento del soggiorno e del rimpatrio da Amman, in costante raccordo con le autorità consolari. “Esprimiamo tutta la nostra vicinanza e il costante ricordo nella preghiera alle comunità cristiane locali, raggiunte ancora una volta da una situazione di estrema difficoltà ed incertezza - dichiara suor Rebecca Nazzaro, direttrice dell’Orp -. Si auspica che quanto prima le parti coinvolte ascoltino il grido di pace che si eleva da un’umanità incredula e attonita per quello che sta succedendo, ma che non smette di sperare in un futuro di pace e concordia tra i popoli”. L’Orp segue costantemente l’evolversi della situazione e, per la programmazione dei pellegrinaggi in Medio Oriente, si attiene alle indicazioni delle autorità locali sulla sicurezza e all’operatività delle compagnie aeree.

Addis Standard

@addisstandardeng · Post #21566 · 28.02.2026 г., 18:48

Updates: #Ethiopian Airlines cancels regional flights to and from the #Middle_East as conflict escalates following #U.S.-#Israel strikes on Iran • Ethiopian Airlines has announced the cancellation of several flights to and from the Middle East due to the current security situation in the region. • In a statement, the airline said flights to #Amman, #Tel_Aviv, Dammam, and #Beirut have been cancelled. “We continue to actively monitor developments and will take appropriate measures to ensure the safety and convenience of our passengers and crew,” the airline said. • The announcement comes as multiple countries across the Middle East closed or restricted their airspace on Saturday, and major global airlines suspended services after a new wave of conflict erupted following a U.S.-Israeli military operation against Iran. • The United Nations Security Council is set to hold an ..... https://web.facebook.com/AddisstandardEng/posts/pfbid02A3Aigcru3jRVvCNMSc8ooHgbmjNvQ5zY2fYaDd9L8X1qJSXyKFU4wULzZ1vTyw7Kl

Addis Standard

@addisstandardeng · Post #21578 · 02.03.2026 г., 08:45

#Update: #Ethiopian Airlines extends flight suspensions to several #Middle_East destinations as regional airspace closures persist Ethiopian Airlines has announced updated suspension of flights to and from multiple Middle East destinations due to ongoing airspace closures across the region, the airline said in a statement. The cancellations affect services to #Amman (Jordan), #Beirut (Lebanon), #Tel_Aviv (Israel), #Doha (Qatar), #Kuwait City (Kuwait), #Dubai (United Arab Emirates), #Sharjah (United Arab Emirates), #Abu_Dhabi (United Arab Emirates), and #Dammam (Saudi Arabia). The suspension will remain in effect until further notice. The airline urged passengers traveling to or from the affected region to regularly check their flight status through its official digital platforms to avoid inconvenience. Earlier today it was reported that at least one Ethiopian national is among 58 people injured in the United Arab Emirates (UAE) following a series of.... Read more: https://addisstandard.com/?p=55477