2021-08-11 Fred Gleason <fredg@paravelsystems.com>

* Adjusted layout in the event dialogs in rdcatch(1) to be
	compatible with 12 hour time format.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-11 16:30:18 -04:00
parent 2a9153f08b
commit d0b3fe29cd
9 changed files with 75 additions and 87 deletions

View File

@@ -22,7 +22,6 @@
#define EDIT_UPLOAD_H
#include <QCheckBox>
#include <QDateTimeEdit>
#include <QGroupBox>
#include <QLabel>
#include <QSpinBox>
@@ -71,14 +70,6 @@ class EditUpload : public RDDialog
RDRecording *edit_recording;
RDSettings edit_settings;
EventWidget *edit_event_widget;
/*
QCheckBox *edit_active_button;
QLabel *edit_active_label;
QLabel *edit_station_label;
RDComboBox *edit_station_box;
QLabel *edit_starttime_label;
QTimeEdit *edit_starttime_edit;
*/
QLabel *edit_feed_label;
QComboBox *edit_feed_box;
RDFeedListModel *edit_feed_model;