Qt: Implement browse button for BIOS path

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:31 +10:00
parent 2694181811
commit f05f5aeb2b
2 changed files with 20 additions and 0 deletions

View File

@ -14,6 +14,9 @@ public:
explicit ConsoleSettingsWidget(QtHostInterface* host_interface, QWidget* parent = nullptr);
~ConsoleSettingsWidget();
private Q_SLOTS:
void onBrowseBIOSPathButtonClicked();
private:
Ui::ConsoleSettingsWidget m_ui;