Hi

I've got a problem regarding Qt stylesheets. I've got an external style sheet, which I have already included in my project. This works so far, during runtime of my program. The problem is, I can't preview the style defined in the external style sheet in Qt designer. Not even in the preview mode of the form editor. I've googled for hours now, I know there is the possibility to write a Qt designer extension, which reloads the external style sheet every time it has changed. But I'm new to Qt and my programming skills aren't that good. Is there any other workaround to tell Qt designer to use my external .qss when working with the form editor?`

Thanks in advance.
Jan