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

@@ -2,7 +2,7 @@
//
// List and Generate Log Reports
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -21,13 +21,12 @@
#ifndef LIST_REPORTS_H
#define LIST_REPORTS_H
#include <qdatetimeedit.h>
#include <qcombobox.h>
#include <QComboBox>
#include <rddialog.h>
#include <rdlog.h>
#include <rdlogmodel.h>
#include <rddateedit.h>
class ListReports : public RDDialog
{
@@ -57,7 +56,7 @@ class ListReports : public RDDialog
QDate list_end_date;
bool list_auto_refresh;
RDLogModel *list_model;
QDateEdit *list_date_edit;
RDDateEdit *list_date_edit;
};