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

Резултати

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

Пребарај: #etc

当前筛选 #etc清除筛选
Coin Sonar

@CoinSonar · Post #243694 · 17.04.2026 г., 13:40

#ETC | Volume spike (USDT PAIR) 9 times the average volume 207.01K USDT traded in 15 min └Selling vol: 108.36K USDT 🔴 Boost score: 1/10 24h Vol: 2.05M USDT (Binance) Price: 8.84 (-2.4% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243545 · 17.04.2026 г., 08:42

#ETC | Volume spike (USDT PAIR) 67 times the average volume 96.52K USDT traded in 1 min └Buying vol: 61.93K USDT 🟢 Boost score: 6/10 24h Vol: 2.05M USDT (Binance) Price: 8.71 (-2.4% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243278 · 16.04.2026 г., 19:00

#ETC | Volume spike (USDT PAIR) 9 times the average volume 211.90K USDT traded in 15 min └Buying vol: 126.07K USDT 🟢 Boost score: 4/10 24h Vol: 2.05M USDT (Binance) Price: 8.79 (-2.4% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28536 · 13.03.2025 г., 02:14

#ETC/USDT analysis : #ETC is in a downtrend, making lower lows and lower highs below the 200 EMA. Wait for the price to retest the zone for a short entry as lower levels will be tested. TF : 4H Entry : $18.80 Target : $15.56 SL : $20.66

Hashtags

Pro Analysis

@proanalysistrader · Post #28008 · 12.10.2024 г., 14:15

#ETC/USDT analysis : #ETC is currently consolidating sideways within the support and resistance zones. The price has recently bounced back from the support zone and is expected to continue its momentum to test the resistance zone. TF : 1D Entry : $18.88 Target : $20.52 SL : $17.66

Hashtags

Pro Analysis

@proanalysistrader · Post #27754 · 12.07.2024 г., 16:34

#ETC/USDT analysis - #ETC is currently undergoing an upward pullback on the higher time frame, presenting a promising bullish trading opportunity on the lower time frame. The price is maintaining its position above the trendline, indicating a potential upcoming increase with the likelihood of testing new highs. TF : 2h Entry : $21.41 Target : $22.90 SL : $20.38

Hashtags

American Crypto©

@americancryptotrading · Post #27529 · 09.02.2026 г., 10:04

🇺🇸#ETC/USDT is facing the lowerborder of the falling wedge formation on the weekly chart🧐 Recovery phase is starting🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27442 · 18.11.2025 г., 14:55

🇺🇸#ETC/USDT is attempting to rebound from the supportzone on the weekly timeframe👨‍💻 Looking for a recovery🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27256 · 21.05.2025 г., 09:31

🇺🇸#ETC/USDT is bouncing from the broken s/rzone on the daily chart🧐 Up we go📈 American Crypto©

Hashtags

Bitcoin Bullets®

@bitcoinbuliets · Post #13235 · 05.04.2026 г., 04:09

#ETC Market Analysis ETC/USDT shows a bullish structure with price hugging the upper Bollinger Band and MACD confirming momentum. RSI near 62 signals strength without being overextended. The recent break above 8.3 resistance sets the stage for continuation. Bull case: Hold above 8.3 to target 8.6 and higher. Bear case: Lose 8.0 support, risking a deeper pullback to 7.8. Keep an eye on the 8.3 level for confirmation. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading

Hashtags

Bitcoin Bullets®

@bitcoinbuliets · Post #13227 · 04.04.2026 г., 20:09

#ETC Market Analysis ETC/USDT is in a strong bullish trend with MACD confirming momentum and RSI stretched above 77 signaling overbought conditions. Price is riding the upper Bollinger Band, showing strength but caution for a potential pullback. Bulls need to hold above 8.014 to maintain control and target a breakout past 8.327 for further gains. Bears take control if 7.900 breaks, risking deeper correction toward 7.821 support. Watch 8.014 closely for the next directional clue. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading

Hashtags

ПретходнаСтраница 1 од 5Следна