Move rdlogmanager(1) scheduler artist separation from clock to event.

This commit is contained in:
Patrick Linstruth
2019-02-25 16:46:38 -08:00
parent b7cdc4f838
commit 5d82d16eef
23 changed files with 339 additions and 82 deletions

View File

@@ -79,6 +79,8 @@ class EditEvent : public QDialog
void postimportUpData();
void postimportDownData();
void postimportLengthChangedData(int msecs);
void artistData();
void titleData();
void saveData();
void saveAsData();
void svcData();
@@ -103,8 +105,12 @@ class EditEvent : public QDialog
QButtonGroup *event_lib_type_group;
QComboBox *event_group_box;
QComboBox *event_sched_group_box;
QSpinBox* event_artist_sep_spinbox;
QLabel *event_artist_sep_label;
QPushButton *event_artist_none_button;
QSpinBox* event_title_sep_spinbox;
QLabel *event_title_sep_label;
QPushButton *event_title_none_button;
QComboBox* event_have_code_box;
QLabel *event_have_code_label;
QComboBox* event_have_code2_box;