I have an external stylesheet (.qss) file that I set on my app programatically, but it's annoying that I can't see the affects of those styles in the designer.

Is it possible to import it into the designer in some way? maybe some secret import syntax exists that I don't know about?

The closest solution I have found is to paste my stylesheet's contents into the form preview stylesheet, but it's not ideal.