TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #380 · 21 окт.

Регулярно приходится писать и ревьюить код, где используется PySide2-6. Заметил, что в подавляющем большинстве случаев настройка создаваемых базовых виджетов происходит через методы. Думаю, всем знаком такой способ. Простой пример с кнопкой: button = QPushButton("Click Me") button.setMinimumWidth(300) button.setFlat(True) button.setStyleSheet("font-size: 20pt") button.setToolTip("Super Button") button.clicked.connect(lambda: print("Button clicked")) Но есть и альтернативный способ - настройка через свойства. Это просто ключевые аргументы конструктора класса. Хоть они и не указаны в документации как аргументы, но они есть) Этот код делает тоже самое но с помощью Property button = QPushButton( "Click Me", minimumWidth=300, flat=True, styleSheet="font-size: 20pt", toolTip="Super Button", clicked=lambda: print("Button clicked"), ) Где это может быть полезно ▫️ Это выглядит более аккуратно и коротко, уже повод использовать ▫️ Может использоваться в заполнении лейаута, когда нам не нужно никакое другое взаимодействие с виджетом и поэтому сохранять его в переменную не требуется. Например, лейбл или кнопка. widget = QWidget(minimumWidth=400) layout = QHBoxLayout(widget) layout.addWidget(QLabel("Button >", alignment=Qt.AlignRight)) layout.addWidget(QPushButton("Click Me", clicked=lambda: print("Button clicked"))) widget.show() Либо так widget = QWidget(minimumWidth=400) layout = QHBoxLayout(widget) for wd in ( QLabel("Button >", alignment=Qt.AlignRight), QPushButton("Click Me", clicked=lambda: ...) ): layout.addWidget(wd) widget.show() ▫️ Можно хранить настройки в каком-то конфиге или генерировать на лету, после чего передавать как kwargs. kwargs = {"text": "Hello " * 30, "wordWrap": True} my_label = QLabel(**kwargs) Как получить полный список доступных свойств? Эта функция распечатает в терминал все свойства виджета и их текущие значения def print_widget_properties(widget): meta_object = widget.metaObject() for i in range(meta_object.propertyCount()): property_ = meta_object.property(i) property_name = property_.name() property_value = property_.read(widget) print(f"{property_name}: {property_value}") #tricks#qt

Hashtags

Резултати

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

Пребарај: #one

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

@CoinSonar · Post #243768 · 17.04.2026 г., 16:12

#ONE | Volume spike (USDT PAIR) 101 times the average volume 108.21K USDT traded in 5 min └Buying vol: 77.02K USDT 🟢 Boost score: 6/10 24h Vol: 306.62K USDT (Binance) Price: 0.00251 (-2.7% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28291 · 30.11.2024 г., 16:00

#ONE/USDT analysis : #ONE has broken out of the trendline following a bounce from the support zone, accompanied by a strong volume candle. The price is expected to continue its bullish momentum soon and test the previous highs. A potential gain of +1100% is anticipated from the current level. TF : 1M Entry : $0.03000 Target : $0.37897 SL : $0.02100

Hashtags

Pro Analysis

@proanalysistrader · Post #27862 · 21.08.2024 г., 14:22

#ONE/USDT analysis : #ONE is currently forming a structure of higher highs (HHs) and higher lows (HLs) above the 200 EMA. The price is anticipated to sustain its momentum and reach new highs. Wait for a pullback to enter long positions. TF : 1H Entry : $0.0113 Target : $0.0122 SL : $0.0108

Hashtags

Pro Analysis

@proanalysistrader · Post #27849 · 17.08.2024 г., 15:29

#ONE/USDT analysis : #ONE is currently consolidating sideways within the support and resistance zone. At the moment, the price is bouncing off the support zone and is expected to test the resistance zone. TF : 4H Entry : $0.0104 Target : $0.0110 SL : $0.0100

Hashtags

Pro Analysis

@proanalysistrader · Post #27708 · 26.06.2024 г., 06:31

#ONE/USDT analysis - #ONE is in a downtrend making lower lows (LLs) and lower highs (LHs). The price is currently facing resistance and is expected to be rejected from there, continuing its bearish momentum to test previous lows. TF : 4h Entry : $0.0150 Target : $0.0133 SL : $0.0162

Hashtags

American Crypto©

@americancryptotrading · Post #27441 · 17.11.2025 г., 09:10

🇺🇸#ONE/USDT is bouncing off the supportzone on the weekly timeframe🧐 Looks good for the midterm✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27337 · 09.08.2025 г., 09:08

🇺🇸#ONE/USDT is currently shaping the descendingtriangle pattern on the daily timeframe👀 Looking for a recovery🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27066 · 28.11.2024 г., 17:43

🇺🇸#ONE/USDT is testing the s/r zone on 3D timeframe👨‍💻 Full send if we manage to break upwards🐃 American Crypto©

Hashtags

123•••67
ПретходнаСтраница 1 од 7Следна