Skip to content

How do I set a different theme color for: #1365

Answered by martinrotter
Crehet asked this question in Q&A
Discussion options

You must be logged in to vote

https://rssguard.readthedocs.io/en/stable/features/skins.html

To theme that particular border for exactly only and only these two widgets, you have to edit skin file qt_style.qss and use TYPE-NAME#OBJECT-NAME CSS selector syntax.

Like this:

QListWidget#m_listSettings, QStackedWidget#m_stackedSettings {
    border: 1px solid red;
}

So those two objects are called "m_listSettings" and "m_stackedSettings".

Pics:




Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Crehet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants