Add "browse" button using Qt's file browser to settings dialog

This commit is contained in:
Sky
2013-10-05 02:02:47 +01:00
parent 1dee4bb60d
commit 932376c6e0
3 changed files with 26 additions and 8 deletions

View File

@ -55,6 +55,8 @@ private slots:
void on_pushButton_clicked();
void on_btnBrowse_clicked();
private:
Ui::SettingsDialog *ui;
};