支持设置默认项

This commit is contained in:
2023-04-19 21:55:21 +08:00
parent 20fc7f75f2
commit c0eb6410ee
4 changed files with 52 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;