Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
styling.h
Go to the documentation of this file.
1 #ifndef STYLING_H
2 #define STYLING_H
3 
4 #include <QColor>
5 
6 namespace olive {
7  namespace styling {
8 
12  enum Style {
18 
24 
30 
36  };
37 
44  bool UseDarkIcons();
45 
52  bool UseNativeUI();
53 
63  QColor GetIconColor();
64  }
65 }
66 
67 #endif // STYLING_H
Definition: styling.h:29
Definition: styling.h:17
Definition: styling.h:35
QColor GetIconColor()
Return the current icon color based on Config::use_dark_icons.
Definition: styling.cpp:10
bool UseDarkIcons()
Return whether to use dark icons or light icons.
Definition: styling.cpp:5
Definition: styling.h:23
Style
Officially supported styles to use in Olive.
Definition: styling.h:12
bool UseNativeUI()
Return whether to use native UI or Fusion.
Definition: styling.cpp:21