初步可以运行命令

This commit is contained in:
2024-01-21 22:42:58 +08:00
parent 8eec84a689
commit 8090ac0f8d
6 changed files with 107 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private slots:
void on_installPath_clicked();
private:
Ui::MainWindow *ui;
};