summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
authorcniehaus <cniehaus>2002-09-16 22:18:13 (UTC)
committer cniehaus <cniehaus>2002-09-16 22:18:13 (UTC)
commit4ed76b385054144663500e7a145d2644620973f5 (patch) (unidiff)
tree90969f4449306da4ae98bf16c833b446d3b41886 /noncore/apps/oxygen/datawidgetui.h
parent154ef04f6d74044a750ec89c14f3521b0602e795 (diff)
downloadopie-4ed76b385054144663500e7a145d2644620973f5.zip
opie-4ed76b385054144663500e7a145d2644620973f5.tar.gz
opie-4ed76b385054144663500e7a145d2644620973f5.tar.bz2
mmh, tried to derive QTableItem. Didn't work. Now my QTable-subclass isn't
working either... Will have a look tomorrow
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 582bc19..a158545 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -8,10 +8,12 @@
8 * * 8 * *
9 **************************************************************************/ 9 **************************************************************************/
10#include "datawidget.h" 10#include "datawidget.h"
11#include "dataTable.h"
11 12
12class QTable; 13class QTable;
14class QComboBox;
13 15
14class dataWidgetUI : public dataWidget 16class dataWidgetUI : public QDialog
15{ 17{
16 Q_OBJECT 18 Q_OBJECT
17 19
@@ -20,6 +22,8 @@ class dataWidgetUI : public dataWidget
20 22
21 private: 23 private:
22 void createTableLayout(); 24 void createTableLayout();
25 QTable *DataTable;
26 QComboBox *dataCombo;
23 27
24 private slots: 28 private slots:
25 void slotShowData(int); 29 void slotShowData(int);