|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
This doesn't work - see https://forum.qt.io/topic/124965/how-to-define-a-property-of-type-palette/8. More...
#include <src/gui/backend/backend/theme_manager.h>


Public Member Functions | |
| ThemeManager (QObject *parent=nullptr) | |
| ThemeManager * | get_instance () |
| Q_SIGNAL void | palette_changed () |
| Q_SIGNAL void | accent_changed () |
Data Fields | |
| QColor | accent_ = QColor ("#FF9F00") |
| QColor | base_ = QColor ("#202020") |
| QPalette | palette_ |
Properties | |
| QML_ELEMENT QColor | accent |
| QColor | base |
| QPalette | palette |
This doesn't work - see https://forum.qt.io/topic/124965/how-to-define-a-property-of-type-palette/8.
Definition at line 21 of file theme_manager.h.
| QColor zrythm::gui::ThemeManager::accent_ = QColor ("#FF9F00") |
Definition at line 50 of file theme_manager.h.
| QColor zrythm::gui::ThemeManager::base_ = QColor ("#202020") |
Definition at line 51 of file theme_manager.h.
| QPalette zrythm::gui::ThemeManager::palette_ |
Definition at line 52 of file theme_manager.h.
| QML_ELEMENT QColor zrythm::gui::ThemeManager::accent |
Definition at line 36 of file theme_manager.h.
| QColor zrythm::gui::ThemeManager::base |
Definition at line 37 of file theme_manager.h.
| QPalette zrythm::gui::ThemeManager::palette |
Definition at line 39 of file theme_manager.h.