mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-06-21 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDMainWindow' to rdlogmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <qpushbutton.h>
|
||||
|
||||
#include <rdlog_line.h>
|
||||
#include <rdmainwindow.h>
|
||||
#include <rdwidget.h>
|
||||
|
||||
#define RDLOGMANAGER_USAGE "[OPTIONS]\n"
|
||||
@@ -39,14 +40,17 @@ extern int RunReportOperation(int argc,char *argv[],const QString &rptname,
|
||||
bool protect_existing,int start_offset,
|
||||
int end_offset);
|
||||
|
||||
class MainWidget : public RDWidget
|
||||
class MainWidget : public RDMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MainWidget(RDConfig *c,QWidget *parent=0);
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *e);
|
||||
|
||||
private slots:
|
||||
void userData();
|
||||
void eventsData();
|
||||
|
||||
Reference in New Issue
Block a user