How to have many style sheets in app and user can select which one want to use?
Unsolved
General and Desktop
-
Hi, i want to have 2 qss file then from one of the menu bar option select which one i want to use.
plz help me@fcairib76 What exactly is your question?
How to load qss file?
How to select a qss file?
How to add entries to the menu?
... -
Hi, i want to have 2 qss file then from one of the menu bar option select which one i want to use.
plz help me@fcairib76
You should answer @jsulm's questions.But you will end up reading in the text of the desired QSS file and using
QApplication::setStyleSheet()
to set it on the application. See e.g. https://forum.qt.io/topic/83346/qt-widgets-global-stylesheet.