1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Samplesources GUI file record: right click to choose file

This commit is contained in:
f4exb
2020-04-01 23:17:26 +02:00
parent 71e65c4e9c
commit bbe4605258
51 changed files with 546 additions and 20 deletions
@@ -99,6 +99,7 @@ private slots:
void on_phaseImbalance_valueChanged(int value);
void on_record_toggled(bool checked);
void openDeviceSettingsDialog(const QPoint& p);
void openFileRecordDialog(const QPoint& p);
void updateStatus();
void updateHardware();
};