Rev 160 | Rev 208 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef QMREPORTWINDOW_H#define QMREPORTWINDOW_H#include <QTabWidget>class QWebView;class QWidget;class QmReportWindow : public QTabWidget{Q_OBJECTpublic:explicit QmReportWindow(QWidget *parent = 0);~QmReportWindow();QWidget *tab;QWebView *webView;QWidget *tab1;};#endif // QMREPORTWINDOW_H