I have a PyQt StyleSheet scheme in a separate document that I want to import into a UI.
I'm doing the following:
style_sheet_file = qc.QFile(os.path.join(os.path.dirname(__file__), 'stylesheets', 'scheme.qss'))
style_sheet_file.open...
asked by
17.07.2017 / 14:18