2019-11-21 Fred Gleason <fredg@paravelsystems.com>

* Implemented support for non-realtime library filtering in the
	'Editing Event' dialog in rdlogmanager(1).
This commit is contained in:
Fred Gleason
2019-11-21 17:35:27 -05:00
parent 1451bffc1e
commit 3ac9491992
10 changed files with 75 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ class EditEvent : public RDDialog
void filterChangedData(const QString &str);
void filterActivatedData(const QString &str);
void filterClickedData(int id);
void searchData();
void cartClickedData(Q3ListViewItem *item);
void prepositionToggledData(bool state);
void timeToggledData(bool);
@@ -110,6 +111,7 @@ class EditEvent : public RDDialog
QComboBox* event_have_code2_box;
QLabel *event_have_code2_label;
LibListView *event_lib_list;
QPushButton *event_search_button;
QPixmap *event_playout_map;
QPixmap *event_macro_map;
QLabel *event_position_header;