完善设置功能

This commit is contained in:
2023-04-16 22:06:38 +08:00
parent db5cee1345
commit 620cea5136
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();
}