summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.cpp
authorcniehaus <cniehaus>2002-09-17 14:06:12 (UTC)
committer cniehaus <cniehaus>2002-09-17 14:06:12 (UTC)
commit62b5cd2ee8eb65d11467ce7469505788ef2280d5 (patch) (side-by-side diff)
tree2beb7d27c7a0f31b89d5f4ee80b4c5437888000f /noncore/apps/oxygen/datawidgetui.cpp
parentbb15715567b88dd01f074092c1c4c3b7e0702693 (diff)
downloadopie-62b5cd2ee8eb65d11467ce7469505788ef2280d5.zip
opie-62b5cd2ee8eb65d11467ce7469505788ef2280d5.tar.gz
opie-62b5cd2ee8eb65d11467ce7469505788ef2280d5.tar.bz2
Heureka! It works. Took only 3 hours for 5 LOC. Super
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.cpp b/noncore/apps/oxygen/datawidgetui.cpp
index 0f8a146..c8492e5 100644
--- a/noncore/apps/oxygen/datawidgetui.cpp
+++ b/noncore/apps/oxygen/datawidgetui.cpp
@@ -10,19 +10,19 @@
#include <qpe/config.h>
#include "datawidgetui.h"
-#include <qtable.h>
#include <qstring.h>
#include <qcombobox.h>
#include <qlayout.h>
dataWidgetUI::dataWidgetUI() : QDialog()
{
- this->setCaption("foo");
+ this->setCaption("Chemical Data");
QVBoxLayout *vbox = new QVBoxLayout( this );
dataCombo = new QComboBox( this );
DataTable = new OxydataTable( 7,2, this );
+ DataTable->setShowGrid( false );
vbox->addWidget( dataCombo );
vbox->addWidget( DataTable );