2019-12-10 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDTextViewer()' function.
	* Added the ability to view a report at time of generation in
	rdlogmanager(1).
This commit is contained in:
Fred Gleason
2019-12-10 18:28:15 -05:00
parent 349efba0b5
commit 169e56f059
15 changed files with 215 additions and 43 deletions

View File

@@ -26,6 +26,8 @@
#include <rddialog.h>
#include "viewreportdialog.h"
class PickReportDates : public RDDialog
{
Q_OBJECT
@@ -46,6 +48,7 @@ class PickReportDates : public RDDialog
QDateEdit *edit_startdate_edit;
QDateEdit *edit_enddate_edit;
QString edit_svcname;
ViewReportDialog *edit_viewreport_dialog;
};