Когда разрабатываете свой GUI с помощью PyQt для какого-либо софта бывает необходимо позаимствовать цвета из текущего стиля интерфейса. Например, чтобы правильно раскрасить свои виджеты, подогнав их по цвету. Ведь бывает, что ваш GUI используется в разных софтах. Причём некоторые со светлой темой а другие с тёмной.
По умолчанию стили наследуются, но если вы задаёте какую-либо раскраску для части виджета через свой styleSheet, то требуется ссылаться на цвета текущего стиля.
Как это сделать? Как получить нужный цвет из палитры имеющегося стиля? Это достаточно просто, нужно использовать класс QPalette и его роли.
Например, мне нужно достать цвет текста из одного виджета и применить его в другом как цвет фона (не важно зачем именно так, просто захотелось😊).
Получаем палитру виджета и сразу достаём нужный цвет, указав его роль.
from PySide2.QtGui import QPalette
color = main_window.palette().color(QPalette.Text)
теперь можем использовать этот цвет в стилях
my_widget.setStyleSheet(f'background-color: {color.name()};')
Готово, мы динамически переопределили дефолтный стиль используя текущий стиль окна!
На самом деле есть запись покороче, в одну строку и без лишних переменных. Не очень-то по правилам CSS, но Qt это понимает.
my_widget.setStyleSheet('background-color: palette(Text);')
Этот способ не подходит если вам нужно как-то модифицировать цвет перед применением в своих стилях. В этом случае потребуется первый способ.
Зато он прекрасно сработает в файле .qss, то есть не придётся в коде прописывать раскраску отдельных элементов через ссылки на палитру, всё красиво сохранится в отдельном файле .qss!
QListView#my_widget::item:selected {
background: palette(Midlight);
}
Про имеющиеся роли можно почитать здесь🌍
#qt#tricks
@RusEmbMalta Press release
Foreign Ministry Spokeswoman Maria Zakharova’s comment on Kiev regime using and planning to use chemical weapons
Key points:
🔹The Russian Federation routinely monitors and documents cases of the Ukrainian armed formations using or planning to use in the area of the special military operation listed chemical agents, riot control agents (RCAs), and other chemicals;
🔹This behaviour is enabled by political backing and approval coming from Washington, Berlin, London, and Paris.
🔹We have credible information that, with Western support, Ukraine plans to stage a series of anti-Russia provocations in the special military operation zone. Preparations are underway to fabricate evidence to accuse Russia of CWC violations during combat operations.
🔹Those responsible for these and other crimes against Russian citizens will be identified and face deserved and inevitable punishment.
Read in full here.
#ChemicalWeapons#KievRegimeCrimes
📰 Iran’s Double Game: Unrest at Home, Missiles on the Drawing Board
Iran’s Revolutionary Guard is reportedly busy developing chemical and biological warheads for its ballistic missiles — just as the country’s economy collapses and protests explode across Tehran’s markets.
While the regime insists its missile program is “defensive,” Western officials are sweating. If the Revolutionary Guard is upgrading payloads, it’s not just about deterrence. It’s about sending a message: even as the rial plummets and merchants shut down, Tehran’s power brokers are betting on fear to keep their grip.
Iran International cites unnamed sources claiming the IRGC has moved launch assets east, upgraded command systems, and is now exploring nonconventional warhead configurations. The timing is no accident. As the economy implodes — inflation nears 53%, the currency is in freefall — the regime is doubling down on military theater.
Meanwhile, protests have spread from Tehran’s Gold Bazaar to central arcades, with crowds chanting against the government and merchants, once loyal to the regime, now leading the charge. Security forces are on high alert, but the regime’s real worry isn’t just the street — it’s the optics.
At the same time, Netanyahu and Trump are meeting to discuss Iran’s missile threat — and Israel’s own postwar plans in Gaza. The irony? Iran’s leaders want to be seen as both economic saviors and regional superpowers, but the only thing they’re really selling is chaos.
So here’s the deal: while Iran’s people protest empty shelves, the regime is busy building weapons that could turn a crisis into a catastrophe.
Who’s really in charge — the people demanding bread, or the generals building doomsday warheads?
#Iran#RevolutionaryGuard#protests#missiles#chemicalweapons#economy
📱American Оbserver - Stay up to date on all important events
🇺🇸