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