mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user