В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны.
Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2.
Например, в PyQt4 и PySide есть метод
QHeaderView.setResizeMode
Для PyQt5 и PySide2 они были благополучно переименованы в
QHeaderView.setSectionResizeMode
Чтобы применить этот метод следует использовать такой код
from Qt import QtCompath
header = self.horizontalHeader()
QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed)
Унификация загрузки UI файлов:
# PySide2
from PySide2.QtUiTools import QUiLoader
loader = QUiLoader()
widget = loader.load(ui_file)
# PyQt5
from PyQt5 import uic
widget = uic.loadUi(ui_file)
# Qt.py
from Qt import QtCompat
widget = QtCompat.loadUi(ui_file)
Хорошо что таких моментов не много и их легко запомнить.
Полный список можно посмотреть в таблице.
#qt#tricks
How to use Fear & Greed and Altcoin Season indicators to make decisions?
If you trade or invest in crypto, these two indicators will help you understand the overall market sentiment and choose a more intelligent strategy. Let's look at what they show:
😨Fear & Greed Index. Current: 52 — Neutral
This index reflects the emotions of traders:
0–24 — Strong fear. Market is oversold, entry points are possible.
25–49 — Fear. Cautious mood, consolidation possible.
50–74 — Greed. Investors are confident, but they should be more careful.
75-100 — Strong greed. Overheating and rollback may occur.
🤔What to do:
If fear is high (especially <25) — consider purchases.
If you are very greedy (>75) — take profit, do not enter at highs.
💎Altcoin Season Index. Current: 17/100
This indicator shows who dominates the market — Bitcoin or altcoins:
<25 — Bitcoin Season: Capital Flows into Bitcoin, Alts Weaken.
25–75 — Mixed phase.
>75 — Altcoin Season: altcoins are actively growing.
🤔What to do:
Now (17/100) — Bitcoin dominates. Risks for altcoins are higher. Better to focus on BTC and wait for a trend change.
When >75 - you can look for alts with strong dynamics and enter them on growing interest.
🐃Trade in Telegram mini app
#Crypto#AltcoinSeason#FearAndGreed
🪙EthGlobalNews | #BTCMarket Alert
🚨 ALERT: #Crypto sentiment has plunged into extreme fear — the lowest since March.
#Bitcoin is hovering near $100K while gold and silver rally sharply after the US government shutdown ended.
——————
📌 市場情緒跌至三月以來最低點;避險資產走強下,BTC 價格仍承壓震盪。
#FearAndGreed#Macro
———
👍@Web3NewsInsight
🥲
🥲Follow for more Web3 News
🤣
Crypto Market Faces Severe Downturn
1️⃣ BTC inflow to exchanges hits annual high amidst panic. Price dropped below $90,000, triggering massive sell-offs.
2️⃣ Fear & Greed Index plunges to extreme fear (25), signaling anxiety in crypto markets.
3️⃣ BTC holders recorded losses of $1.73 billion, marking the highest since August 2024.
4️⃣ ETF funds faced major outflows totaling $1.01 billion, a record since launch.
5️⃣ Meme coins like Dogecoin and Shiba Inu drop significantly, as market saturation affects their traction.
6️⃣ New AI-meme project MIND of Pepe raises $6.8 million, distinguishing itself with functional AI integration.
7️⃣ Ethereum Foundation pledges $1.25 million for legal defense of Tornado Cash developer.
📈More Details on Bitcoin Rally Potential
🔗Ethena Stablecoin Investment
🔗Optifye Startup Controversy
#Crypto#BTC#ETH#MemeCoins#AI#MarketTrends#Investments#Outflows#FearAndGreed#Blockchain#Saturation#MarketAnalysis#DeFi#Ethereum#TornadoCash#VC#WhaleAlert#YCombinator#Optifye#MINDofPepe