Add Dark theme, Icon theming

configure_general.ui: Add UI Option for Themes

config.cpp: Save Theme Settings
This commit is contained in:
N00byKing
2018-03-30 11:50:10 +02:00
parent cf643df792
commit 78e974ba68
57 changed files with 1424 additions and 5 deletions

View File

@ -166,6 +166,9 @@ private:
QAction* actions_recent_files[max_recent_files_item];
// stores default icon theme search paths for the platform
QStringList default_theme_paths;
protected:
void dropEvent(QDropEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;