summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 20622db..5399c81 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -8,22 +8,18 @@
8 * * 8 * *
9 **************************************************************************/ 9 **************************************************************************/
10#include "dataTable.h" 10#include "dataTable.h"
11#include <qdialog.h>
12 11
13class QComboBox; 12class QComboBox;
14 13
15class dataWidgetUI : public QDialog 14class dataWidgetUI : public QWidget
16{ 15{
17 Q_OBJECT 16 Q_OBJECT
18 17
19 public: 18 public:
20 dataWidgetUI(); 19 dataWidgetUI();
21 OxydataWidget *oxyDW;
22 20
23 private: 21 private:
24 OxydataTable *DataTable; 22 OxydataTable *DataTable;
25 QComboBox *dataCombo; 23 QComboBox *dataCombo;
26 24 OxydataWidget *oxyDW;
27 private slots:
28 void slotShowData(int);
29}; 25};