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 слични објави

Пребарај: #urbandesign

当前筛选 #urbandesign清除筛选
URA Singapore

@URASingapore · Post #1083 · 20.12.2024 г., 10:00

Does this vibrant walkway look familiar? Once just a canal, it's now a bustling pedestrian mall along Orchard Road! Open spaces, art installations, and alfresco dining showcase how urban design transforms infrastructure into lively community hubs. Uncover more behind-the-scenes stories about how urban design has shaped Singapore over the last 50 years 👉🏻go.gov.sg/UDPlanstoRealityTG #UrbanDesign

Hashtags

URA Singapore

@URASingapore · Post #919 · 03.08.2024 г., 02:00

🤔 Have you seen this staircase at Upper Thomson Road on your social media feed? More than just a photogenic spot, it is the result of a community effort led by Joanne Teh, a resident at Yew Lian Park, who wanted to make the pathway safer and more attractive for everyone to use and enjoy. If you have an idea to enhance and enliven the spaces around you, apply to get up to $20,000 from the Lively Places Fund for your initiatives! Find out more 👉go.gov.sg/LivelyPlacesFundTG #UrbanDesign#LivelyPlacesFund

URA Singapore

@URASingapore · Post #910 · 24.07.2024 г., 10:00

Singapore’s hot weather can be a bother if you take a stroll at Marina Bay. But with our solar-powered breeze shelters strategically placed along the promenade, you don’t need no Oppas to shelter you from the heat! 🌬 #UrbanDesign#DiscoverSingapore#MarinaBay

URA Singapore

@URASingapore · Post #905 · 11.07.2024 г., 10:30

A bunch of postcards just arrived in the mail for you! 💌 We’re working on a Recreation Master Plan to make way for more leisure opportunities. For the Central Area of Singapore, there are plans to enhance the attractiveness of the community space at Sultan Gate, improve the walk-cycle connectivity along the Inner Ring Corridor and more! Want to help shape these spaces and other recreational spots in this region? Share your best ideas with us here: 👉go.gov.sg/CentralAreaRecreTG #DMP2025#RecreaMP#ExploreSingapore#Recreation#UrbanDesign#SpaceForOurDreams

URA Singapore

@URASingapore · Post #1428 · 06.12.2025 г., 10:00

Love the vibes at Holland Village? We do too 🙌 From low-rise buildings to continuous walkways and elegant signages, find out how we’re retaining the unique charm and familiar identity of the area through thoughtful planning and design. #HollandVillage#ExploreSingapore#UrbanDesign#IdentityNode#SGHeritage

URA Singapore

@URASingapore · Post #947 · 12.09.2024 г., 04:15

Can you picture a car-lite future for Singapore? With more cycling paths being built, it could soon be a reality! The Bishan-to-City (B2C) Link is one of the pathways made possible by planners like Syafie, along with feedback from citizens like you, to make the island more connected and accessible for everyone. Watch on to learn more about his role and why he loves it. Want to shape our city too? Explore career opportunities with URA now 👉http://go.gov.sg/URA-CareersSyafieTG Also, learn more about our efforts to create a car-lite and sustainable city on our free guided community tours: http://go.gov.sg/ura-wcfd24 #UrbanDesign#URASingapore#DiscoverSingapore#Hiring#UrbanPlanning#WCFDsg#WorldCarFreeDay

The Shanghai Lingang Special Area master plan. Design: Ennead Architects Location: Shanghai, China Ennead Architects has designed the Shanghai Lingang Special Area master plan (a new hub for global commerce) around the central axis that defines the Dishui Lake district in Shanghai. One of the key features of the Shanghai Lingang Special Area will be “The Ring”. This circular, cantilevered observation deck, and museum will afford 360-degree views of nearby Dishui Lake, Shanghai and the Pacific Ocean. The two towers flanking the Ring (The Tower Waterfall and Tower Rhomboid) are designed to become two of the most easily recognizable features of the new business district. Similar in scale, the towers have distinct identities. #Architecture#arch_shovel#NewsArchitecture#News#Shanghai#China#Masterplan#CityPlanning#OfficeBuilding#CommercialArchitecture#UrbanDistrict#UrbanDesign