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

Резултати

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

Пребарај: #withdrawal

当前筛选 #withdrawal清除筛选
SingSing Announcement

@singsingchannel · Post #877 · 05.10.2024 г., 09:25

🚀 Withdrawals Are Back Online! 🚀 Good news, fam! 🥳 The maintenance is complete, and withdrawals are officially open again! 💸✨ We appreciate your patience, and now everything’s running smoother than ever. Get back to those moves, and as always, thanks for being legends! 💪🔥 #SingSing#Withdrawal 🎤Announcement | Chat | X (Twitter) | Website | Game

SingSing Announcement

@singsingchannel · Post #876 · 05.10.2024 г., 07:53

🚧 Temporary Withdrawal Lock for Maintenance 🚧 Hey fam, to ensure the smoothest and safest experience for y'all, we're temporarily locking withdrawals for a quick maintenance session. 🔧⏳ Don't worry, your assets are safe and sound! 🛡 💪 We'll be back up in no time, making things faster, stronger, and ready for action. Stay tuned for updates! Thank you for your patience and support, legends! 🙏 #SingSing#Withdrawal#Security 🎤Announcement | Chat | X (Twitter) | Website | Game

SingSing Announcement

@singsingchannel · Post #835 · 26.09.2024 г., 01:06

🚨 TON Withdrawal Notice 🚨 Due to expected network congestion, the TON withdrawal feature will be temporarily disabled at 9:45 AM UTC - Sep 26. We’re sharing this early so you can plan ahead! For more details, check the link: https://t.me/tonstatus/143 🔔 We’ll notify you once the service is restored. #TON#Withdrawal#Announcement#Crypto 🎤Announcement | Chat | X (Twitter) | Website | Game

Venture Village Wall 🦄

@venturevillagewall · Post #3994 · 27.01.2025 г., 01:00

Bitcoin Supply Shrinks, Prices Rise New York Times discusses Trump's interest in a federal Bitcoin stockpile. Current Bitcoin held on exchanges drops to 2.3M, the lowest in years, indicating tightening supply. More Bitcoin moving to long-term storage boosts prices. Read more by Documenting Bitcoin. #Bitcoin#Crypto#VC#Trump#Stockpile#Supply#Exchange#Price#Storage#Market#Finance#Investing#Economy#Blockchain#DigitalAssets#HODL#Withdrawal

STAR VET BOOKS

@starvetbooks · Post #4994 · 16.03.2025 г., 06:10

💉💉#XYLOCAINE/ #LIDOCAINE_INJECTION💉💉 👉Lidocaine 2% Injection is a potent, Regional/local anesthetic. 👉 Formulated for producing epidural, nerve conduction& infiltration anesthesia. 👉 It is designed for use in dogs, cats, cattle & horses 💉#PRODUCT Injectable solution 💉#COMPOSITION 👉 Each mL of the 100mL Lidocaine 2% contains: ✓Lidocaine HCl: 2.0% ✓Propylene Glycol: 5.2% ✓NaCl: 0.5% ✓Sodium Lactate: 0.5% ✓Preservatives: Methylparaben (0.15%) ✓Sodium Metabisulfite (0.10%) ✓Propylparaben (0.03%) ✓Disodium Edetate (0.001%) 💉#INDICATIONS/USES 👉Local or regional anesthesia in various animal species 👉Nerve blocks for surgical and diagnostic procedures 👉Pain management during minor surgeries in pets & livestock 💉#CONTRAINDICATIONS/CAUTIONS 👉It's a well tolerated 👉Contraindicated in animals with known hypersensitivity to it 👉Caution is advised in animals with pre-existing cardiac conditions. 💉#ADMINISTRATION/DOSAGE 👉#EPIDURAL ✓Cattle/Horses: 5-15 mL. ✓Dogs)Cats: 1 mL/2.5Kg 👉#NERVE_BLOCK ✓Cattle/Horses: 5-20 mL. 👉#INFILTRATION ✓Dilute to a 0.5% conc (1 mL of 2% solution diluted with 3 mL of sterile water = 4 mL of a 0.5% solution 💉#WITHDRAWAL PERIOD 👉 1 day for meat & 24 hours for milk after epidural use of lidocaine 👉 4 days for meat & 72 hours for milk after subcutaneous use of lidocaine. https://t.me/starvetbooks