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) (side-by-side diff)
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) (ignore 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 @@
* *
**************************************************************************/
#include "datawidget.h"
+#include "dataTable.h"
class QTable;
+class QComboBox;
-class dataWidgetUI : public dataWidget
+class dataWidgetUI : public QDialog
{
Q_OBJECT
@@ -20,6 +22,8 @@ class dataWidgetUI : public dataWidget
private:
void createTableLayout();
+ QTable *DataTable;
+ QComboBox *dataCombo;
private slots:
void slotShowData(int);