新增虚拟机日志输出和读取功能(不使用安装器)

This commit is contained in:
2023-11-07 19:34:07 +08:00
parent 6881b8b6b6
commit 8c8ec31229
4 changed files with 29 additions and 8 deletions

View File

@@ -48,6 +48,8 @@ private slots:
void on_actionVMLog_triggered();
void on_actionVMRunlLog_triggered();
private:
bool stopShowTime = 0;
Ui::MainWindow *ui;