@luxury_lifestyle_billionaire_hub · Post #6726 · 16.04.2020 г., 15:30
🌈Rolex collection😍 #Luxury#Watches 📷wristaficionado 💁Via @TheLuxuryClub ✔️🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
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
Пребарај: #watches
@luxury_lifestyle_billionaire_hub · Post #6726 · 16.04.2020 г., 15:30
🌈Rolex collection😍 #Luxury#Watches 📷wristaficionado 💁Via @TheLuxuryClub ✔️🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
@luxury_lifestyle_billionaire_hub · Post #6725 · 16.04.2020 г., 15:30
🌈Rolex collection😍 #Luxury#Watches 📷wristaficionado 💁 Via @TheLuxuryClub ✔️🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
@luxury_lifestyle_billionaire_hub · Post #6414 · 06.11.2019 г., 02:39
🌈In 😍Love with Overdrive❤️ Watches- D1 edition #Luxury#Watches 💁Via @TheLuxuryClub ✅🔜@CarLust ━━━━━━━━━━━━━━━━━
@luxury_lifestyle_billionaire_hub · Post #6346 · 15.08.2019 г., 06:35
🌈Jacob watches worth $6,000,000 is definitely best stored in a safe 😲 #Luxury#Watches 💁Via😍Luxury Lifestyle😎 ✅🔜@RGroupOfficial ➖➖➖➖➖➖➖➖➖➖➖➖
@luxury_lifestyle_billionaire_hub · Post #6320 · 18.07.2019 г., 08:08
🌈$15,000,000💰 worth Jacob Watches😍 Goals🔥💯 #Luxury#Watches 💁Via ✅🔜@RGroupOfficial ➖➖➖➖➖➖➖➖➖➖➖➖➖
@dzdigital3 · Post #18809 · 05.08.2025 г., 14:01
POEDAGAR Luxury Military #Watch For Men Waterproof Luminous Leather Man Watch Quartz High Quality Men's Sports #Watches Male #Reloj Price 18€ Buy https://t.me/smartwatch_luxury/223
@venturevillagewall · Post #4027 · 30.01.2025 г., 07:00
Trump Launches Crypto-Themed Watches Donald Trump has launched a line of luxury watches, including crypto-themed models featuring the Bitcoin logo. One limited edition model, adorned with gold, diamonds, and sapphires, is priced at $100,000, with only ten available. Read more about this and other updates on ForkLog. #Trump#Crypto#Watches#Bitcoin#Luxury#Fashion#LuxuryWatches#News#Updates#Launch#VIP#Investing#LimitedEdition#LuxuryLifestyle#NFT#Wealth#Collectibles#Investment#Trends#AI
@lup_tg · Post #33523 · 12.03.2026 г., 15:18
Ничего особо не видел. Туман был сильный. #travel#foodie#fitness#art#music#photography#nature#fashion#beauty#motivation#quotes#books#coffee#technology#gaming#movies#design#architecture#cars#motorcycles#space#science#history#culture#streetstyle#selfcare#mindfulness#yoga#meditation#business#entrepreneur#marketing#startup#coding#ai#robotics#education#learning#languages#writing#poetry#drawing#painting#digitalart#illustration#animals#cats#dogs#wildlife#ocean#mountains#sunset#sunrise#citylife#streetphotography#minimalism#vintage#retro#luxury#watches#sneakers#streetwear#makeup#skincare#healthyfood#vegan#recipes#baking#gardening#plants#flowers#home#interior#decor#lifestyle#adventure#explore
Hashtags