Add custom light and dark UI themes

This commit is contained in:
Janek Bevendorff
2020-01-06 03:00:25 +01:00
parent 6d2ca74878
commit 557736ea5e
39 changed files with 6452 additions and 401 deletions

View File

@@ -86,6 +86,7 @@ protected:
private slots:
void setMenuActionState(DatabaseWidget::Mode mode = DatabaseWidget::Mode::None);
void adjustToTabVisibilityChange(bool tabsVisible);
void updateWindowTitle();
void showAboutDialog();
void showUpdateCheckStartup();
@@ -167,6 +168,7 @@ private:
bool m_appExitCalled = false;
bool m_appExiting = false;
bool m_contextMenuFocusLock = false;
bool m_showToolbarSeparator = false;
qint64 m_lastFocusOutTime = 0;
qint64 m_lastShowTime = 0;
QTimer m_trayIconTriggerTimer;