1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Implemented GUI file dialog

This commit is contained in:
f4exb
2015-08-05 01:43:30 +02:00
parent 5dc5485b86
commit 5b0cc63c72
3 changed files with 67 additions and 3 deletions
@@ -70,6 +70,7 @@ private:
private slots:
void on_playLoop_toggled(bool checked);
void on_play_toggled(bool checked);
void on_showFileDialog_clicked(bool checked);
};
#endif // INCLUDE_FILESOURCEGUI_H