@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
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
Пребарај: #fil
@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
@CoinSonar · Post #243408 · 17.04.2026 г., 01:50
#FIL | Volume spike (USDT PAIR) 58 times the average volume 258.06K USDT traded in 1 min └Buying vol: 179.20K USDT 🟢 Boost score: 5/10 24h Vol: 6.40M USDT (Binance) Price: 0.984 (-1.4% in 24h)
Hashtags
@proanalysistrader · Post #28045 · 21.10.2024 г., 13:07
#FIL/USDT analysis : #FIL is currently in an uptrend, consistently making higher highs (HHs) and higher lows (HLs) along the trendline. The price is now retracing towards the 200 EMA, presenting a potential long trade opportunity. The target should be the previous high levels, as the price is anticipated to rise further. TF : 1D Entry : $3.888 Target : $4.662 SL : $3.366
Hashtags
@americancryptotrading · Post #27613 · 08.05.2026 г., 08:21
🇺🇸#FIL/USDT is approaching the midline of the descendingchannel formation on the 3D chart💁♂️ Looking for a rise✈️ American Crypto©
Hashtags
@americancryptotrading · Post #27570 · 27.03.2026 г., 10:40
🇺🇸#FIL/USDT is printing the descendingchannel formation on the 2W timeframe👨💻 A strong rally is approaching🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27525 · 05.02.2026 г., 11:46
🇺🇸#FIL/USDT has found support at the lowerboundary of the descendingchannel formation on the 3D chart👨💻 Looking for a leg upward📈 American Crypto©
Hashtags
@americancryptotrading · Post #27490 · 03.01.2026 г., 11:17
🇺🇸#FIL/USDT is rebounding from the lowerborder of the descendingchannel pattern on the 3D chart👨💻 Bounce will bring a huge rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27457 · 02.12.2025 г., 10:25
🇺🇸#FIL/USDT is currently shaping the descendingchannel formation on the weekly chart👨💻 Send it if we break out🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27378 · 17.09.2025 г., 09:00
🇺🇸#FIL/USDT is hovering above the broken descendingresistance line on the daily timeframe🧐 A pump is expected📈 American Crypto©
Hashtags
@americancryptotrading · Post #27268 · 02.06.2025 г., 09:38
🇺🇸#FIL/USDT is retesting the broken descendingresistance line on the daily timeframe🔍 Time to rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27164 · 23.02.2025 г., 19:18
🇺🇸#FIL/USDT has found support at the lowerborder of the descendingtriangle formation on the weekly chart👀 Time to bounce and rally📈 American Crypto©
Hashtags
@americancryptotrading · Post #27096 · 24.12.2024 г., 15:01
🇺🇸#FIL/USDT is retesting broken descendingresistance on the weekly chart🧐 Looking for a rise✈️ American Crypto©
Hashtags