summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
authorcniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
committer cniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
commit1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0 (patch) (unidiff)
treebb82d65366084d0a8c4cc7e7cee23fbbf01a1c8a /noncore/apps/oxygen/datawidgetui.h
parentb1cbaa84c29decb743687e970eedcd4a238771ad (diff)
downloadopie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.zip
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.gz
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.bz2
move stuff around, use iterators, make things translatable
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index cd716ad..154f4be 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -24,6 +24,8 @@ class OxydataWidget;
24class OxydataTable; 24class OxydataTable;
25 25
26class QComboBox; 26class QComboBox;
27class QStringList;
28
27#include <qwidget.h> 29#include <qwidget.h>
28 30
29class dataWidgetUI : public QWidget 31class dataWidgetUI : public QWidget
@@ -32,10 +34,13 @@ class dataWidgetUI : public QWidget
32 34
33 public: 35 public:
34 dataWidgetUI(); 36 dataWidgetUI();
37 QStringList *names;
35 38
36 private: 39 private:
37 OxydataTable *DataTable; 40 OxydataTable *DataTable;
38 QComboBox *dataCombo; 41 QComboBox *dataCombo;
39 OxydataWidget *oxyDW; 42 OxydataWidget *oxyDW;
43
44 void loadNames();
40}; 45};
41#endif 46#endif