dark/light mode & accent color
This commit is contained in:
parent
13855c2e6f
commit
60890cecad
9 changed files with 178 additions and 44 deletions
|
|
@ -182,6 +182,7 @@ public:
|
|||
MainWindow(QWidget *parent = nullptr);
|
||||
void reloadEndpointWidgets();
|
||||
void compose();
|
||||
void updateColor(uint8_t r, uint8_t g, uint8_t b, uint8_t a);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
|
|
@ -200,6 +201,7 @@ private slots:
|
|||
|
||||
private:
|
||||
//std::vector<EndpointHandler*> *ephs;
|
||||
bool eventFilter(QObject *object, QEvent *event);
|
||||
void flushRoleChanges();
|
||||
void changeFrontDefaults(Roles role, EndpointWidget* newDef, EndpointWidget* oldDef);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue