Using exported palette XML from QtCreator
-
Hi,
After some search for dark theme, one of the option is create a custom palette. For this purpose, I have found QtCreator
Edit Palette
tool at form editor. This editor hasSave...
andLoad...
features that uses XML format. But setting atui
level limits for only one option to user.To make choosable theme like dark and light I need to make it loadable at source code.
Can we use exported XML file to fill QPalette ?