Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::gui::ThemeManager Class Reference

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>

Inheritance diagram for zrythm::gui::ThemeManager:
Collaboration diagram for zrythm::gui::ThemeManager:

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

Detailed Description

Field Documentation

◆ accent_

QColor zrythm::gui::ThemeManager::accent_ = QColor ("#FF9F00")

Definition at line 50 of file theme_manager.h.

◆ base_

QColor zrythm::gui::ThemeManager::base_ = QColor ("#202020")

Definition at line 51 of file theme_manager.h.

◆ palette_

QPalette zrythm::gui::ThemeManager::palette_

Definition at line 52 of file theme_manager.h.

Property Documentation

◆ accent

QML_ELEMENT QColor zrythm::gui::ThemeManager::accent

Definition at line 36 of file theme_manager.h.

◆ base

QColor zrythm::gui::ThemeManager::base

Definition at line 37 of file theme_manager.h.

◆ palette

QPalette zrythm::gui::ThemeManager::palette

Definition at line 39 of file theme_manager.h.


The documentation for this class was generated from the following file: