> tl;dr: is there any way to edit/preview forms in Qt Designer with
> stylesheet loaded from an external file?
Yes. :)
> 1. Qt Stylesheets don't support CSS's @include (QTBUG-2047 proposes it)
>
> 2. In Designer's settings you can set up a preview with a stylesheet,
> but you have to specify the
Hi,
tl;dr: is there any way to edit/preview forms in Qt Designer with
stylesheet loaded from an external file?
My application has various custom forms and widgets I've designed in Qt
Designer which depend extensively on stylesheets. For preview purposes
I've put stylesheets into each form, bu