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

* Added an 'RDDialog' class.
	* Added an 'RDWidget' class.
	* Refactored rdadmin(1) to use 'RDDialog' and 'RDWidget' base
	classes.
This commit is contained in:
Fred Gleason
2019-10-01 11:17:23 -04:00
parent bfee1c8440
commit f18dacf408
170 changed files with 2949 additions and 3121 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell Report
//
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2019 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,19 +21,19 @@
#ifndef EDIT_REPORT_H
#define EDIT_REPORT_H
#include <qdialog.h>
#include <qlineedit.h>
#include <qcombobox.h>
#include <qcheckbox.h>
#include <qcombobox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qspinbox.h>
#include <q3datetimeedit.h>
#include <rddialog.h>
#include <rdlistselector.h>
#include <rdreport.h>
class EditReport : public QDialog
class EditReport : public RDDialog
{
Q_OBJECT
public:
@@ -62,8 +62,6 @@ class EditReport : public QDialog
QSpinBox *edit_linesperpage_spin;
QLineEdit *edit_path_edit;
QLineEdit *edit_postexport_cmd_edit;
QLineEdit *edit_winpath_edit;
QLineEdit *edit_winpostexport_cmd_edit;
QLabel *edit_traffic_label;
QCheckBox *edit_traffic_box;
QLabel *edit_music_label;