Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
This commit is contained in:
parent
cf643df792
commit
78e974ba68
57 changed files with 1424 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue