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

* Adjusted layout in the 'Edit Log' dialog in rdlogedit(1)
	to be compatible with short date format.
	* Adjusted layout in the 'Reports' dialog in rdlogedit(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:03:05 -04:00
parent b6c4d1be4b
commit c174374781
5 changed files with 23 additions and 22 deletions

View File

@@ -21,15 +21,16 @@
#ifndef EDIT_LOG_H
#define EDIT_LOG_H
#include <qgroupbox.h>
#include <rdcart_dialog.h>
#include <rddialog.h>
#include <rdloglock.h>
#include <QGroupBox>
#include <QList>
#include <QStringList>
#include <rdcart_dialog.h>
#include <rddateedit.h>
#include <rddialog.h>
#include <rdloglock.h>
#include "list_reports.h"
#include "logmodel.h"
#include "logtableview.h"
@@ -116,8 +117,8 @@ class EditLog : public RDDialog
QLabel *edit_autorefresh_label;
QComboBox *edit_autorefresh_box;
QLineEdit *edit_autorefresh_edit;
QDateEdit *edit_startdate_edit;
QDateEdit *edit_enddate_edit;
RDDateEdit *edit_startdate_edit;
RDDateEdit *edit_enddate_edit;
QLabel *edit_startdate_label;
QLabel *edit_startdate_box_label;
QLabel *edit_enddate_box_label;
@@ -163,7 +164,7 @@ class EditLog : public RDDialog
QLineEdit *edit_endtime_edit;
QCheckBox *edit_purgedate_box;
QLabel *edit_purgedate_label;
QDateEdit *edit_purgedate_edit;
RDDateEdit *edit_purgedate_edit;
QPushButton *edit_purgedate_button;
RDLogLock *edit_log_lock;
QPushButton *edit_renderas_button;