更新遥控器画面
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
~LaunchPage();
|
||||
void TrayIconInit();
|
||||
void WinInit();
|
||||
void AddLogInfo(QString Str);
|
||||
void loadNextWindow(QWidget *container,QHBoxLayout *hLayout);
|
||||
private:
|
||||
void createPages(); // 延迟创建所有子页面
|
||||
@@ -54,7 +55,9 @@ private:
|
||||
QAction *minimizeAction;
|
||||
QAction *restoreAction;
|
||||
QAction *quitAction;
|
||||
QTimer *m_delayInitTimer; // 用于延迟初始化
|
||||
uint8_t m_loadingStep = 0;
|
||||
|
||||
|
||||
QTextToSpeech *tts; // 文本转语音
|
||||
|
||||
};
|
||||
#endif // LAUNCHPAGE_H
|
||||
|
||||
Reference in New Issue
Block a user