[SOLVED] Styling a Qt application such as RSS Guard #470
-
So, quite an off-topic, but not too much. I would like to have a custom stylesheet for RSS Guard (and some other Qt applications). I found that I can use qt stylesheets like so application -stylesheet style.qss But it does not seem to work for me. Some examples of qt styling can be found here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi @sakkamade. YES! Stylling and skining are supported by RSS Guard. Due to some advanced features used by RSS Guard I decided to encapsulate the feature as "skins" and you can use Qt stylesheets as part of the feature. In fact, as you can see in settings, there are two built in "skins". The feature was not really documented but I know some users made some private custom skins for themselves. I created simple documentation of the feature for you. https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#skin |
Beta Was this translation helpful? Give feedback.
-
I would actually like to have a single way of customising every Qt application. I only want to understand why this doesn't work:
|
Beta Was this translation helpful? Give feedback.
-
Oh, my god! So, I was unable to load any stylesheets at all because of
And a special "Thank you" for this! Gosh! |
Beta Was this translation helpful? Give feedback.
Hi @sakkamade.
YES! Stylling and skining are supported by RSS Guard. Due to some advanced features used by RSS Guard I decided to encapsulate the feature as "skins" and you can use Qt stylesheets as part of the feature. In fact, as you can see in settings, there are two built in "skins".
The feature was not really documented but I know some users made some private custom skins for themselves. I created simple documentation of the feature for you.
https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#skin