添加设置UI

This commit is contained in:
RigoLigoRLC
2022-01-27 21:41:33 +08:00
parent 02530de7da
commit aa22cd7ff2
22 changed files with 943 additions and 43 deletions

View File

@@ -9,6 +9,7 @@
#include "spklogging.h"
#include "spkresource.h"
#include "spkconfig.h"
class SpkMainWindow;
@@ -23,7 +24,7 @@ class SpkStore : public QObject
Q_OBJECT
public:
static SpkStore *Instance;
QSettings *mCfg;
SpkConfig *mCfg;
SpkStore(bool aCli, QString &aLogPath);
~SpkStore();