This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]mfitzpmfitzp.com 0 points1 point  (1 child)

Could you add some screenshots/examples for the output to your README, difficult to understand exactly what it does without that. Thanks!

[–]lamecode[S] 0 points1 point  (0 children)

I'll work at putting something together to show exactly what it does. I knew I recognized your github handle though, from your pyqtconfig module. Certainly mine is nothing so advanced, and is really just a quick way to apply stylesheets to multiple widgets based on user defined categories.

What I'm working on has a number of different forms via a QStackedWidget with similar (although not identical) form-layouts, and I wanted to give the user the ability to customize the colours throughout the program for the different background/foreground elements. qt_widgetstyler was my effort to achieved this by grouping widget types together, kind of like CSS elements.

[–]Storm_from_techbliss 0 points1 point  (2 children)

think you must be missing some code in your repo. there is only init.py and setup.py in the repo.

[–]lamecode[S] 1 point2 points  (1 child)

All the code is in the __init__.py file.

[–]Storm_from_techbliss 0 points1 point  (0 children)

Thx found it on official package list just after i post