完善设置功能

This commit is contained in:
2023-04-16 22:06:55 +08:00
parent a11972c34b
commit b65fc848e5
4 changed files with 132 additions and 36 deletions

View File

@@ -197,7 +197,7 @@ void MainWindow::on_vmChooser_currentIndexChanged(int index)
void MainWindow::on_qemuSetting_clicked()
{
QemuSetting show;
show.show();
show.exec();
QemuSetting *show = new QemuSetting();
show->show();
}