1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

File source plugin: added seek bar to move the current pointer in the file

This commit is contained in:
f4exb
2016-02-25 14:07:39 +01:00
parent a8fc503366
commit 5ecf7ea00c
6 changed files with 77 additions and 31 deletions
@@ -62,6 +62,7 @@ private:
std::time_t m_startingTimeStamp;
int m_samplesCount;
std::size_t m_tickCount;
bool m_enableNavTime;
void displaySettings();
void displayTime();
@@ -76,6 +77,7 @@ private slots:
void handleSourceMessages();
void on_playLoop_toggled(bool checked);
void on_play_toggled(bool checked);
void on_navTimeSlider_valueChanged(int value);
void on_showFileDialog_clicked(bool checked);
void tick();
};