2021-03-21 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Goto' section to 'RDMarkerDialog', with 'Cursor',
	'Home' and 'End' buttons.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-21 12:06:45 -04:00
parent 01cadd5b56
commit a4a8c05458
12 changed files with 175 additions and 11 deletions

View File

@@ -110,6 +110,9 @@ class RDMarkerView : public QWidget
void setMaximumShrinkFactor();
bool setCut(QString *err_msg,unsigned cartnum,int cutnum);
void setCursorPosition(unsigned msec);
void gotoCursor();
void gotoHome();
void gotoEnd();
void save();
void clear();