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

@@ -20,15 +20,7 @@
#ifndef INFO_DIALOG_H
#define INFO_DIALOG_H
#include <qdialog.h>
#include <qsqldatabase.h>
#include <qcombobox.h>
#include <qcheckbox.h>
#include <qspinbox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <rdtty.h>
#include <rddialog.h>
//
// Globals
@@ -36,7 +28,7 @@
extern const unsigned char xpm_infobanner1[];
extern const unsigned char xpm_infobanner2[];
class InfoDialog : public QDialog
class InfoDialog : public RDDialog
{
Q_OBJECT
public: