How do I set a different theme color for: #1365
-
|
I grabbed the color and tried to search for all files for any contents that could contain |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
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 Like this: QListWidget#m_listSettings, QStackedWidget#m_stackedSettings {
border: 1px solid red;
}So those two objects are called "m_listSettings" and "m_stackedSettings". Pics: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.






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.qssand useTYPE-NAME#OBJECT-NAMECSS selector syntax.Like this:
So those two objects are called "m_listSettings" and "m_stackedSettings".
Pics: