Rev 178 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#include "qmreportwindow.h"#include "ui_qmreportwindow.h"QmReportWindow::QmReportWindow(QWidget *parent) :QTabWidget(parent),ui(new Ui::QmReportWindow){ui->setupUi(this);}QmReportWindow::~QmReportWindow(){delete ui;}