Регулярно приходится писать и ревьюить код, где используется 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
🔅ETHUSD Will Go Up! Long!📈
- - - - - - -
Here is our detailed technical review for📊ETHUSD.
The price is testing a key support 2,258.90.
Current market trend & oversold RSI makes me think that buyers will push the price. I will anticipate a bullish movement at least to 2,300.40 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Will Go Up! Buy!📈
- - - - - - -
Here is our detailed technical review for📊ETHUSD.
The market is on a crucial zone of demand 2,331.82.
The oversold market condition in a combination with key structure gives us a relatively strong bullish signal with goal 2,374.44 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Going Down! Sell!📉
- - - - - - - -
Please, check our technical outlook for 📊ETHUSD.
The price is testing a key resistance 2,265.42.
Taking into consideration the current market trend & overbought RSI, chances will be high to see a bearish movement to the downside at least to 2,216.41 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Bearish! Sell!📉
- - - - - - - -
Here is our detailed technical review for 📊ETHUSD.
The price is testing a key resistance 2,429.70.
Taking into consideration the current market trend & overbought RSI, chances will be high to see a bearish movement to the downside at least to 2,177.11 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
Subscribe to my Premium VIP Signals Group and get:
⭐️ VIP Forex Signals
⭐️ VIP Gold/Silver Signals
⭐️ VIP Indexes Signals
⭐️ VIP Commodities Signals
➕JOIN NOW via Bot: @Subscriptionproviderbot
➕Contact: @signalprovidercontact
🔅ETHUSD Will Move Higher! Long!📈
- - - - - - -
Here is our detailed technical review for 📊ETHUSD.
The market is approaching a significant support area 2,028.29.
The underlined horizontal cluster clearly indicates a highly probable bullish movement with target 2,088.97 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Very Bullish! Buy!📈
- - - - - - -
Please, check our technical outlook for 📊ETHUSD.
The market is approaching a key horizontal level 1,989.88.
Considering the today's price action, probabilities will be high to see a movement to 2,113.72.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Going Down! Sell!📉
- - - - - - - -
Please, check our technical outlook for 📊ETHUSD.
The market is approaching a significant resistance area 2,131.97.
Due to the fact that we see a positive bearish reaction from the underlined area, I strongly believe that sellers will manage to push the price all the way down to 1,759.92 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
⭐️ Key Benefits of VIP Group:
⭐️ 3-4 Exclusive Daily Signals
⭐️ One Take Profit
⭐️ Stop Loss
⭐️ High Accuracy
⭐️ Minimal risk
JOIN NOW via Bot:
@Subscriptionproviderbot
CONTACT:
@signalprovidercontact
🔅ETHUSD Will Go Up From Support! Buy!📈
- - - - - - -
Here is our detailed technical review for 📊ETHUSD.
The price is testing a key support 1,979.31.
Current market trend & oversold RSI makes me think that buyers will push the price. I will anticipate a bullish movement at least to 2,125.28 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
Subscribe to my Premium VIP Signals Group and get:
⭐️ VIP Forex Signals
⭐️ VIP Gold/Silver Signals
⭐️ VIP Indexes Signals
⭐️ VIP Commodities Signals
➕JOIN NOW via Bot: @Subscriptionproviderbot
➕Contact: @signalprovidercontact
🔅ETHUSD Will Go Lower! Sell!📉
- - - - - - - -
Please, check our technical outlook for 📊ETHUSD.
The market is approaching a key horizontal level 1,961.90.
Considering the today's price action, probabilities will be high to see a movement to 1,930.45.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Going Up! Long!📈
- - - - - - -
Please, check our technical outlook for 📊ETHUSD.
The market is approaching a key horizontal level 2,050.77.
Considering the today's price action, probabilities will be high to see a movement to 2,817.29.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
⭐️ Key Benefits of VIP Group:
⭐️ 3-4 Exclusive Daily Signals
⭐️ One Take Profit
⭐️ Stop Loss
⭐️ High Accuracy
⭐️ Minimal risk
JOIN NOW via Bot:
@Subscriptionproviderbot
CONTACT:
@signalprovidercontact
🔅ETHUSD Will Move Higher! Long!📈
- - - - - - -
Here is our detailed technical review for 📊ETHUSD.
The market is approaching a significant support area 2,676.10.
The underlined horizontal cluster clearly indicates a highly probable bullish movement with target 2,878.21 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact
🔅ETHUSD Is Very Bearish! Sell!📉
- - - - - - - -
Here is our detailed technical review for 📊ETHUSD.
The price is testing a key resistance 2,894.86.
Taking into consideration the current market trend & overbought RSI, chances will be high to see a bearish movement to the downside at least to 2,786.03 level.
- - - - - - - -
#freesignal#ethusd
- - - - - - - -
🌐Free Copy Trading: Link
📲Join VIP via Bot:Link
❓Official Contact:@signalprovidercontact