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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 64599a7..20622db 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -7,26 +7,23 @@
7 * ( at your option ) any later version. * 7 * ( at your option ) any later version. *
8 * * 8 * *
9 **************************************************************************/ 9 **************************************************************************/
10#include "dataTable.h" 10#include "dataTable.h"
11#include <qdialog.h> 11#include <qdialog.h>
12 12
13class QTable;
14class QComboBox; 13class QComboBox;
15class QLabel;
16 14
17class dataWidgetUI : public QDialog 15class dataWidgetUI : public QDialog
18{ 16{
19 Q_OBJECT 17 Q_OBJECT
20 18
21 public: 19 public:
22 dataWidgetUI(); 20 dataWidgetUI();
21 OxydataWidget *oxyDW;
23 22
24 private: 23 private:
25 void createTableLayout();
26 OxydataTable *DataTable; 24 OxydataTable *DataTable;
27 QComboBox *dataCombo; 25 QComboBox *dataCombo;
28 QLabel *left, *middle, *right;
29 26
30 private slots: 27 private slots:
31 void slotShowData(int); 28 void slotShowData(int);
32}; 29};