summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.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/dataTable.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/dataTable.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/dataTable.h b/noncore/apps/oxygen/dataTable.h
index f2eb71d..a8c9b6e 100644
--- a/noncore/apps/oxygen/dataTable.h
+++ b/noncore/apps/oxygen/dataTable.h
@@ -15,8 +15,9 @@
15#include <qtable.h> 15#include <qtable.h>
16 16
17class QLabel; 17class QLabel;
18class OxydataTable; 18class OxydataTable;
19//class QStringList;
19 20
20/* 21/*
21 * A OxydataWidget shows all known data of an element. It can 22 * A OxydataWidget shows all known data of an element. It can
22 * be used for both the PSE and the pure Data-Dialog. It is 23 * be used for both the PSE and the pure Data-Dialog. It is
@@ -30,9 +31,9 @@ class OxydataWidget : public QWidget
30{ 31{
31 Q_OBJECT 32 Q_OBJECT
32 33
33 public: 34 public:
34 OxydataWidget(QWidget *parent=0); 35 OxydataWidget(QWidget *parent=0, const char *name=0, QStringList *list =0 );
35 36
36 QLabel *left, *middle, *right; 37 QLabel *left, *middle, *right;
37 void setLayout(); 38 void setLayout();
38 39