PDA

View Full Version : What are best practices for QSS files?



danielvianna
25th September 2015, 17:26
I'm a UI designer and I just got started with QSS recently.
Right now we have one global CSS sheet with 1000 lines of code, but it's becoming difficult to manage and find things as we move forward.
Our software is becoming very complex with a lot of widgets, and the dev team is even rewriting some of the widgets in pure C++ to make it faster. My dev was a little against adding a lot of custom CSS for each widget, which I kind agree with him. What is the best practice in this case? I'm trying to see if we could move into QML but we had some performance problems, everything is done in QTquick.