Aleksandar

Results 8 comments of Aleksandar

> Is there a way we can have your the pyinstaller locales list in one place instead of updating the README and the pyinstaller for every release? Like one single...

Looks like this project is no longer being maintained by its developer. I'm using SimonSiefke's fork too and would recommend everyone to switch to it in the meantime. (if the...

Regarding placeholders, I'm not sure which will be useful to include, so the more the better? But since I'm looking for ways to style grouped and nested widgets (`QPushButton`s inside...

> I think this can basically be solve with property selector. I found a solution to use property selector in Qt6. It seems that the `frameShape` property values are different...

Looks good so far. The only small issue I noticed is that frameless widgets still have invisible border that creates 1 pixel gap, where without the theme there's no border...

> `border: none` is dangerous because it may break the style. > I only removed QFrame border with `.QFrame` selector only matching instances of QFrame.(#66) > > qdarktheme cannot remove...

This unnecessarily bloats my icon automation process a lot. I needed to bundle 8 32-bit minified PNGs (about 650 bytes per image) to a single ICO which should result in...

The provided example works great, but can this be done if the pin element is outside the panned element and I don't want it to be scaled with transform, only...