增加亮色模式支持,小幅修改QSS和UI元素大小

This commit is contained in:
RigoLigoRLC
2021-08-19 21:23:58 +08:00
parent 04ebc6ed20
commit 5cbd758f67
9 changed files with 55 additions and 24 deletions
+1
View File
@@ -15,4 +15,5 @@ class SpkDtkPluginImpl : public SpkDtkPlugin
void addWindow(QWidget* w, QObject* parent) override;
void Initialize() override;
QColor GetAccentColor() override;
bool GetIsDarkTheme() override;
};