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

Резултати

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

Пребарај: #arbitrage

当前筛选 #arbitrage清除筛选
Daily Channels

@dailychannels · Post #6615 · 16.01.2026 г., 13:00

Channel: ArbitJet OFFICIAL Members: ~22.42K 💢 Username: @arbitjet_arbitrage Description: Welcome to the Official Arbitjet Channel! Advanced AI algorithms working 24/7, Transparent daily performance updates, Global community of forward-thinkers. Visit: www.ArbitJet.io. 🏷 Tags: #crypto_fx_trading #arbitrage#crypto_trading#arbitjet#bitcoin#trading https://telegramchannels.me/channels/arbitjet_arbitrage

DWF Labs Broadcast

@DWFLabs · Post #203 · 09.02.2023 г., 05:29

BIT x DWF Labs (Market Maker 101 series) What is the role of market making in the financial landscape? How has market making evolved with the growth observed in the #financial markets? In this article, we look into some of the market making strategies, as well as considerations and challenges for market makers. Full read here. #marketmaker#community#arbitrage#cryptocurrency

Venture Village Wall 🦄

@venturevillagewall · Post #3930 · 20.01.2025 г., 16:00

Market Volatility Due to $MELANIA Token Launch 📰 Significant market shifts after Melania Trump's $MELANIA token launch on Truth Social. 👉 $TRUMP token plummeted by 50%. 🔥 Bitcoin surged to $106,000 before dropping back to around $100K. 👥 Phantom wallet experienced up to 8M transactions/minute due to buying frenzy. 🌪️ Extreme price spreads created profitable arbitrage opportunities across platforms. 🚀 $MELANIA trading generated vast liquidity rewards. ⚠️ Risks involved: many faced losses from high fees and volatility. #MELANIA#Bitcoin#TRUMP#Crypto#Arbitrage#Liquidity#Volatility#DeFi#Trading#ETH#SOL#Phantom#NFT#RWA#Investments#MarketTrends#AI#Tech#Finance#Startups#VentureCapital

Crypto M - Crypto News

@CryptoM · Post #64610 · 09.04.2026 г., 10:34

🚀 Axis Launches Synthetic Dollar USDx in Private Testing Phase Axis, a quantitative yield protocol, has announced the introduction of its synthetic dollar, USDx, and completed its initial minting valued at $10 million. According to Foresight News, the USDx is currently in the private testing phase. Following the minting process, USDx has been deployed to Axis's market-neutral arbitrage engine, which spans over 40 trading venues. This deployment aims to provide liquidity and capture market spread opportunities. #Axis#SyntheticDollar#USDx#PrivateTesting#QuantitativeYield#Arbitrage#MarketNeutral#Liquidity#Trading#ForesightNews

Venture Village Wall 🦄

@venturevillagewall · Post #4279 · 01.03.2025 г., 16:00

Swiss Central Bank Rejects Bitcoin Reserves Swiss National Bank President Martin Schlegel dismisses holding bitcoin as reserves, citing volatility and security issues. He emphasizes that cryptocurrencies don’t meet the necessary characteristics of a good currency. Read more Amidst market turbulence, Bitcoin saw a sharp decline, hitting an intraday low of $78,197 and trading below $80,000 at $79,875. BTC is down 7% today and 21.9% over the past month. Liquidations in derivatives reached $955.12 million, with significant amounts linked to bullish BTC and ETH positions. Market experts indicate the current downturn is less severe than previous crises, suggesting a healthy release of market risks. Kentucky passes a bill unanimously protecting Bitcoin Rights and self-custody, marking a significant legislative move for cryptocurrencies. #Bitcoin#Crypto#Finance#LazarusGroup#Ethereum#MarketTrends#Regulation#Volatility#Investing#Kentucky#BitcoinRights#SelfCustody#Trading#Liquidations#US#Banks#Macroeconomic#Arbitrage#MarketAnalysis#FTX#CryptoNews

Venture Village Wall 🦄

@venturevillagewall · Post #3670 · 21.12.2024 г., 14:37

Sticker Market Insights 🚀 An overview of the Sticker Market with upcoming NFT potentials. Stickers are gaining traction with unique IDs for future NFT conversion. Key collections include: - 🐔Flappy Bird: 5,555 editions; 733 sold. - 🐈‍⬛Blum: 10,268 sold from multiple editions. - 🐶DOGS: Some sold out with various editions. - 🐵Bored Apes: Sold out quickly with high ETH value. Key motivations for buying or holding: - Flipping and potential NFT benefits in EARN. - Increased arbitrage opportunities through expanded markets. Check out the StickerStore for purchases and Stars! #StickerMarket#NFT#FlappyBird#Blum#DOGS#BoredApes#PudgyPenguins#Notcoin#Onchain#EARN#Arbitrage#Stars#Telegram#Collectibles#DigitalArt#Crypto#MarketTrends#Community#Investment#Trading