Added ui_scanner load button for any .txt frequency file

This commit is contained in:
Rascafr 2020-09-11 21:11:42 +02:00
parent 3425ca8d54
commit dbdb0bd379
2 changed files with 53 additions and 11 deletions

View file

@ -126,6 +126,7 @@ private:
void scan_pause();
void scan_resume();
void user_resume();
void frequency_file_load(std::string file_name, bool stop_all_before = false);
void on_statistics_update(const ChannelStatistics& statistics);
void on_headphone_volume_changed(int32_t v);
@ -278,6 +279,11 @@ private:
"ADD FQ"
};
Button button_load {
{ 24 * 8, 3 * 16 - 8, 6 * 8, 22 },
"Load"
};
Button button_remove {
{ 168, (35 * 8) - 4, 72, 28 },
"DEL FQ"