summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidget.ui
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/datawidget.ui
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/datawidget.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidget.ui67
1 files changed, 0 insertions, 67 deletions
diff --git a/noncore/apps/oxygen/datawidget.ui b/noncore/apps/oxygen/datawidget.ui
deleted file mode 100644
index 4dc91ea..0000000
--- a/noncore/apps/oxygen/datawidget.ui
+++ b/dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE UI><UI>
-<class>dataWidget</class>
-<widget>
- <class>QDialog</class>
- <property stdset="1">
- <name>name</name>
- <cstring>dataWidget</cstring>
- </property>
- <property stdset="1">
- <name>geometry</name>
- <rect>
- <x>0</x>
- <y>0</y>
- <width>245</width>
- <height>276</height>
- </rect>
- </property>
- <property stdset="1">
- <name>caption</name>
- <string>Chemical Data</string>
- </property>
- <widget>
- <class>QComboBox</class>
- <property stdset="1">
- <name>name</name>
- <cstring>dataCombo</cstring>
- </property>
- <property stdset="1">
- <name>geometry</name>
- <rect>
- <x>10</x>
- <y>10</y>
- <width>230</width>
- <height>50</height>
- </rect>
- </property>
- </widget>
- <widget>
- <class>QTable</class>
- <property stdset="1">
- <name>name</name>
- <cstring>dataTable</cstring>
- </property>
- <property stdset="1">
- <name>geometry</name>
- <rect>
- <x>0</x>
- <y>80</y>
- <width>240</width>
- <height>190</height>
- </rect>
- </property>
- <property stdset="1">
- <name>numRows</name>
- <number>8</number>
- </property>
- <property stdset="1">
- <name>numCols</name>
- <number>2</number>
- </property>
- <property stdset="1">
- <name>showGrid</name>
- <bool>false</bool>
- </property>
- </widget>
-</widget>
-</UI>