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

* Adjusted layout in the 'Select Report Dates' dialog in
	rdlogmanager(1) to be compatible with short date format.
	* Adjusted layout in the 'Generate Log' dialog in
	rdlogmanager(1) to be compatible with short date format.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-12 03:10:29 -04:00
parent c174374781
commit 643a0370ff
5 changed files with 20 additions and 19 deletions

View File

@@ -21,11 +21,10 @@
#ifndef GENERATE_LOG_H
#define GENERATE_LOG_H
#include <QDateTimeEdit>
#include <QProgressDialog>
#include <rdcombobox.h>
#include <rddateedit.h>
#include <rddialog.h>
#include <rdnotification.h>
@@ -58,7 +57,7 @@ class GenerateLog : public RDDialog
QLabel *gen_service_label;
RDComboBox *gen_service_box;
QLabel *gen_date_label;
QDateEdit *gen_date_edit;
RDDateEdit *gen_date_edit;
QPushButton *gen_select_button;
QLabel *gen_import_label;
QLabel *gen_available_label;