Qt: Enable stylesheet cli args and add stylesheet option "None"

This commit is contained in:
Megamouse 2019-09-08 18:27:36 +02:00
parent 3e9ed9a17d
commit 2ab19efb90
9 changed files with 71 additions and 23 deletions

View file

@ -117,6 +117,7 @@ namespace gui
const QString Settings = QObject::tr("CurrentSettings");
const QString Default = QObject::tr("default");
const QString None = QObject::tr("none");
const QString main_window = "main_window";
const QString game_list = "GameList";
const QString logger = "Logger";