增加配置项,用于软件配置

This commit is contained in:
hm
2020-10-06 09:34:04 +08:00
parent 41c8a48e51
commit ed2f017d4a
5 changed files with 29 additions and 35 deletions
+6 -1
View File
@@ -24,8 +24,13 @@ MainWindow::MainWindow(QWidget *parent)
tts = new QTextToSpeech(this);
//ui initial
//config
config = new Config();
//ui initial
//menubar
menuBarUI = new MenuBarUI(this);