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

This commit is contained in:
2023-11-07 19:34:28 +08:00
parent 4853cafb67
commit 134fff9f17
5 changed files with 32 additions and 11 deletions

View File

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