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