2016-06-07 Fred Gleason <fredg@paravelsystems.com>

* Refactored 'rdlogmanager/generate_log.cpp' and
	'rdlogmanager/generate_log.h' to use 'QWidget::resizeEvent()'.
This commit is contained in:
Fred Gleason
2016-06-07 13:22:36 -04:00
parent 31cd72a7a4
commit adba9b1718
3 changed files with 59 additions and 40 deletions

View File

@@ -50,14 +50,24 @@ class GenerateLog : public QDialog
void fileScanData();
void closeData();
protected:
void resizeEvent(QResizeEvent *e);
private:
void UpdateControls();
QLabel *gen_service_label;
QComboBox *gen_service_box;
QLabel *gen_date_label;
QDateEdit *gen_date_edit;
QPushButton *gen_select_button;
QLabel *gen_import_label;
QLabel *gen_available_label;
QLabel *gen_merged_label;
QProgressDialog *gen_progress_dialog;
QPushButton *gen_create_button;
QPushButton *gen_music_button;
QPushButton *gen_traffic_button;
QPushButton *gen_close_button;
QLabel *gen_tfc_avail_label;
QLabel *gen_tfc_merged_label;
QLabel *gen_mus_avail_label;