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

Резултати

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

Пребарај: #sebi

当前筛选 #sebi清除筛选
PRICE ACTION EXPERT

@priceactionexpert · Post #7683 · 11.08.2024 г., 13:01

https://x.com/priceactiongann/status/1822618789969555956 #stocks#Adani Next week Time is up! next 7 weeks will be crucial for sure. Numbers 84,42,21 all vibrates Change occurs when square numbers coincide like 9x9 square and 84 (12x7) 81 to 84 major change of Time! 7x7 square 12x12 square 81,12,21,42 etc. From starting week to top is 845 to 849 weeks from where it dropped 840 and 84 all same. 84/2=42/2=21. Range of the Points drop last time: 22x144= (3168) 3172! Drop lasted 7 weeks and next 7 weeks x 7 weeks 70 weeks and 42 weeks we had nice High and Low! #hinderburg (From Tuesday, 24 January 2023 to Saturday, 10 August 2024 , 564 days or 80 to 81 weeks) lot more hinted u can check and find out! #StockMarket#SEBIChairperson#SEBI#StockMarketNews#MadhviPuriBuch https://x.com/priceactiongann/status/1822618789969555956

PRICE ACTION EXPERT

@priceactionexpert · Post #7795 · 04.10.2024 г., 10:13

https://x.com/priceactiongann/status/1842145244281815243 #stockmarket#nifty#banknifty Common Myths about Fundamentals Amongst Investors and Traders: 1.only one direction focused that "Market moves only one direction upside" in stocks or indices (based on stats and economy, etc, it's wrong ) 2. News sometimes acts as a force of volatility, but real movements are done and can be seen much ahead Years, Months and Weeks ahead. 3.Technical Analysis rules without a doubt, nothing to do with news, or war or SEBI meetings There were many SEBI meeting and Iran war, or Russian war started before but it dint affect much. If it's affecting now, it's definitely technical reason and Cycles. 3.if u want to understand and be safer and survive long term in markets study cycles (even the election drop was 23535 price in gift nifty was technical only) its based on natural law which markets cannot evade. 4.Fundamentals can be used as extra but not that alone is the reason, it is a catalyst to move price faster or more volatility, (Technical alone or cycles alone can be used to find price and time and long direction movement also) 5.I just use levels and calculations cycles only, if u are real trader u would know without price, fundamentals cannot help in these. If time is known, it can help us better too. 5.Ignorance and if they don't know the reason, they would say its coz of recent event and connect with it. its not really the case in most scenarios 6.Even every stock has its own individual vibration cycles and at certain times it should correct and drop, and some might crash massive too 7.Focusing on short term and ignoring massive long-term cycles, short term might look like good for scalpers but when massive cycle hits there will be huge volatility, and all will be wiped out in a single day. Learn More and be Focused! See the Proof, Results and Evidence and don't follow blindly anything! #trading#nifty#priceaction#stocks#stock#gann#stockmarketcrash#niftycrash#sebi https://x.com/priceactiongann/status/1842145244281815243