Re: Approval request for feature idea

2022-06-02 Thread samuel ammonius
Hello Sven. Thank you for the clarification. I tried to make a style plugin since my last message, and I see what you mean about stylesheets not being styles. I've been trying very hard to find a way to convert between the two but it hasn't worked out. I'm going to try to make my own implementati

Re: Approval request for feature idea

2022-06-01 Thread Sven Brauch
Hi, On 6/1/22 20:41, samuel ammonius wrote: However, I still don't see the point of avoiding QSS because it seems to be able to do everything CSS can (besides transformations, which are the only difference that I've been able to find so far). Sorry but then you're not looking very hard. Look

Re: Approval request for feature idea

2022-06-01 Thread samuel ammonius
This sounds amazing! However, I still don't see the point of avoiding QSS because it seems to be able to do everything CSS can (besides transformations, which are the only difference that I've been able to find so far).

Re: Approval request for feature idea

2022-06-01 Thread samuel ammonius
This sounds amazing! However, I still don't see the point of avoiding QSS because it seems to be able to do everything CSS can (besides transformations, which are the only difference that I've been able to find so far). On Wed, Jun 1, 2022 at 1:25 AM Nate Graham wrote: > Hello Samuel, > > There'

Re: Approval request for feature idea

2022-05-31 Thread Nate Graham
Hello Samuel, There's an idea for the future of theming in Plasma 6 that would use CSS to define a "universal theme" that would then be consumed by our QQC2, Plasma, and GTK theming to keep them all in sync automatically. See https://phabricator.kde.org/T13467. This is one of the options prese

Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
I also found this: https://github.com/Alexhuszagh/BreezeStyleSheets#gallery On Mon, May 30, 2022 at 4:32 PM Sven Brauch wrote: > Hi, > > On 5/30/22 20:37, samuel ammonius wrote: > > I've worked with regular CSS and I'm sure that stylesheets offer just as > > many customization options as things

Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
https://doc.qt.io/qt-5/stylesheet-reference.html#:~:text=widget%2Danimation%2Dduration* Wouldn't this allow animated fades? On Mon, May 30, 2022 at 4:32 PM Sven Brauch wrote: > Hi, > > On 5/30/22 20:37, samuel ammonius wrote: > > I've worked with regular CSS and I'm sure that stylesheets offer

Re: Fwd: Approval request for feature idea

2022-05-30 Thread Sven Brauch
Hi, On 5/30/22 20:37, samuel ammonius wrote: I've worked with regular CSS and I'm sure that stylesheets offer just as many customization options as things like QtCurve or QStylePlugins. The reason that it may not seem this way is because Qt didn't document regularĀ CSS syntax in the documentati

Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
I've worked with regular CSS and I'm sure that stylesheets offer just as many customization options as things like QtCurve or QStylePlugins. The reason that it may not seem this way is because Qt didn't document regular CSS syntax in the documentation for stylesheets. I can't verify that styleshee

Re: Fwd: Approval request for feature idea

2022-05-30 Thread Sven Brauch
Hi, On 5/30/22 19:52, samuel ammonius wrote: Adding this feature won't make the C++ styles disappear. It will only make it possible for users who don't know how to make a style plugin in C++ to make their own styles the problem is that the Qt stylesheets are pretty bad at that. The customiza

Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
Adding this feature won't make the C++ styles disappear. It will only make it possible for users who don't know how to make a style plugin in C++ to make their own styles, while other users get to choose between using C++ styles for their performance or using stylesheet styles that may look better

Re: Approval request for feature idea

2022-05-30 Thread Milian Wolff
On Montag, 30. Mai 2022 02:33:56 CEST samuel ammonius wrote: > I wanted to submit a feature for kde that would allow users to set the > application style to a qstylesheet file (style.qss for example). This > feature would greatly increase the amount of themes available for KDE, make > it possible f

Approval request for feature idea

2022-05-29 Thread samuel ammonius
I wanted to submit a feature for kde that would allow users to set the application style to a qstylesheet file (style.qss for example). This feature would greatly increase the amount of themes available for KDE, make it possible for users to tweak themes themselves, and make it easier to include cu