Установить свойства виджета в 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
🇹🇼l🇱🇧
Taiwan's Gold Apollo pager company issued a statement stating:
"- The #pagers that exploded in #Lebanon carry our trademark, but they were manufactured in Europe.
- All AP924 Model Pager models were subcontracted to a company in Europe, about 5,000 in that batch to Lebanon.
- The pagers were manufactured in through third party components."
They are trying to clear Taiwan, which is mostly plausible, as Europe was always the hub for the Mossad historically when sabotaging supply chains.
How about naming the European country/manufacturer? Wouldn't that clear the Taiwan based company's name faster?
AP-900: This what we know about one of the #pagers that exploded in #Lebanon at the hands of Zionist Israel:
▫️The AP-900 alphanumeric pager functions as a wireless communication device that receives messages via radio signals.
▫️At least 11 people have been martyred and over 4,000 others, including civilians, medics and Hezbollah members, were injured when their paging devices exploded across Lebanon.
▫️The AP-900, popular in the 1990s and early 2000s, was designed to receive and display text messages, making it an essential communication tool in various professional and emergency settings.
▫️Despite its simplicity, the AP-900 operates on a sophisticated system that ensures messages are delivered promptly and accurately.
▫️A message transmission starts at a central paging terminal, which encodes the message into a signal format like FLEX or POCSAG.
▫️This signal is sent over a specific frequency band, and the AP-900 pager, scanning for signals that match its unique identifier, receives it through its antenna.
▫️The pager then decodes and displays the message on its screen, alerting the user with vibration, sound, or both.
▫️Additionally, the AP-900 can store multiple messages for later review.
▫️Can the AP-900 Be Hacked?
Theoretically, yes, the AP-900 can be hacked, but it would require specialised knowledge and equipment, information from open sources show.
▫️Although the messages are encoded, they are not typically encrypted, meaning that an intercepted message can be easily decoded.
▫️More sophisticated attacks could involve compromising the messaging infrastructure or physically tampering with the devices during distribution.
AP-900 and AR-924 pagers were the latest tool of Israeli attacks against Lebanon. A massive terrorist attack saw the devices exploding among civilians and Hezbollah members in a Mossad-operated aggression.
#Lebanon#Hezbollah#Pagers#Mossad#Israel
For the first time, Israeli Prime Minister Benjamin Netanyahu admitted in a cabinet meeting on Sunday that he stands behind several terrorist attacks against Lebanon such as the assassination of Hezbollah chief and the pagers and walkie-talkies attacks.
#Hezbollah#Nasrallah#Pagers#UnitedStates#Israel#Netanyahu
After terming the Israeli terrorist attack in Lebanon as a declaration of war, Hezbollah Chief Hassan Nasrallah vows a harsh and just punishment upon Israel.
#Hezbollah#Lebanon#Nasrallah#Pagers#Israel#Mossad#Gaza#Palestine
In the first remarks after the Israeli terrorist attack against Lebanon, Hezbollah Secretary General Hassan Nasrallah termed the aggression as a declaration of war from the Israeli side.
#Hezbollah#Lebanon#Nasrallah#Pagers#Israel#Mossad#Gaza#Palestine
A fake market, explosive devices, and a decade-long plot—this is the hidden war #Mossad waged on #Hezbollah.
#Israel#Pagers#Lebanon#MiddleEast#War#PagerBombs