支持设置默认项

This commit is contained in:
2023-04-19 21:55:44 +08:00
parent 5ba699b441
commit ded2439786
3 changed files with 46 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ private slots:
void on_getrunner_clicked();
void on_enableVnc_stateChanged(int arg1);
void on_setDefault_clicked();
private:
void SetDefaultValue();
Ui::QemuSetting *ui;