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

Резултати

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

Пребарај: #infrastructuredevelopment

当前筛选 #infrastructuredevelopment清除筛选

विकास पथ को गति दे रहे भारत के राष्ट्रीय राजमार्ग।। 🛣️ भारत के सड़क नेटवर्क के विस्तार के साथ-साथ प्रगति की यात्रा का गवाह बनें। यह परिवर्तन वास्तव में #NewIndia की गति और विकास का प्रमाण है। #InfrastructureDevelopment #Highway

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13234 · 07.08.2024 г., 15:44

Experience high-speed connectivity for industrial centres with the Nashik Phata – Khed Corridor! Enhancing travel between Pune and Nashik along NH-60, this corridor reduces congestion around Pimpri-Chinchwad, fostering industrial growth and smoother transportation. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13233 · 07.08.2024 г., 13:42

Guwahati's connectivity gets a major boost with the new Northern Guwahati Bypass! Upgrading the existing bypass and constructing a major bridge over the Brahmaputra, this project will significantly improve travel efficiency and support regional development. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13232 · 07.08.2024 г., 12:41

The Kanpur Ring Road project will complete the 6-lane National Highway Ring around Kanpur! Enhancing traffic flow and reducing congestion, this project is set to transform Kanpur’s connectivity, making travel within the city and to other regions smoother and faster. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13231 · 07.08.2024 г., 11:39

Boost industrial connectivity with the Pathalgaon & Gumla sections of the Raipur-Ranchi National High-Speed Corridor! Linking mining areas in Gumla, Lohardaga, Raigarh, Korba, and Dhanbad to industrial zones in Raipur, Durg, Bilaspur, and Bokaro, this project promotes faster, efficient transportation. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13230 · 07.08.2024 г., 09:38

Pilgrims can now reach Ram Mandir via the Ayodhya Ring Road! This project facilitates quicker movement for devotees visiting the sacred site, enhancing the spiritual journey and supporting regional tourism and infrastructure development. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13229 · 07.08.2024 г., 08:07

Ensure smooth freight movement with the Tharad – Deesa – Mehsana – Ahmedabad National High-Speed Corridor! This corridor links industrial regions in Punjab, Haryana, and Rajasthan to major ports in Maharashtra, enhancing logistics efficiency and boosting industrial growth. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13228 · 07.08.2024 г., 07:07

Unlock the North East with the Kharagpur-Moregram National High-Speed Corridor! Connecting West Bengal, Odisha, and Andhra Pradesh to the North-East, this project will increase traffic capacity by over 5 times, promoting regional development and improving travel efficiency across these states. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13227 · 07.08.2024 г., 06:06

Travel faster to iconic landmarks with the Agra-Gwalior National High-Speed Corridor! Enhancing connectivity to tourist hotspots like Taj Mahal, Agra Fort, and Gwalior Fort, this corridor will double traffic capacity and cut travel time by 50%. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #13226 · 07.08.2024 г., 05:04

Experience seamless travel with 8 national high-speed road corridors spanning 936 km! With an investment of Rs 50,655 crore, these corridors are set to revolutionize connectivity and boost economic growth across India. #InfrastructureDevelopment#NewIndia #TransformingIndia

MyGov Newsdesk

@MyGovCoronaNewsdesk · Post #12823 · 12.07.2023 г., 09:10

India's National Highways - From Roadblocks To Road Wonders! Witness the wide ride of progress as India's road network expands, solidifying its position as one of the largest in the world. This transformation is truly a testament to #NewIndia's growth and development. #InfrastructureDevelopment #Highway