qse  0.5.4
qsedataexportpreviewui.h
Go to the documentation of this file.
1 #ifndef QSEDATAEXPORTPREVIEWUI_H
2 #define QSEDATAEXPORTPREVIEWUI_H
3 
4 #include "qsedataexportpreview.h"
5 #include "ui_qsedataexportpreviewui.h"
6 
7 class QseDataExportPreviewUI : public QDialog, public Ui::QseDataExportPreviewUI
8 {
9  Q_OBJECT;
10 
11  public:
12  QseDataExportPreviewUI(QseDataExportPreview *preview, QWidget *parent=0);
13 
14  public slots:
15  void onDataChanged();
16 
17  private:
19 };
20 
21 #endif
QseDataExportPreview * m_Preview
QseDataExportPreviewUI(QseDataExportPreview *preview, QWidget *parent=0)