summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidget.ui
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/datawidget.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidget.ui85
1 files changed, 85 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/datawidget.ui b/noncore/apps/oxygen/datawidget.ui
new file mode 100644
index 0000000..a4dcab2
--- a/dev/null
+++ b/noncore/apps/oxygen/datawidget.ui
@@ -0,0 +1,85 @@
1<!DOCTYPE UI><UI>
2<class>dataWidget</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>dataWidget</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>249</width>
15 <height>276</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Chemical Data</string>
21 </property>
22 <widget>
23 <class>QComboBox</class>
24 <item>
25 <property>
26 <name>text</name>
27 <string>Helium</string>
28 </property>
29 </item>
30 <item>
31 <property>
32 <name>text</name>
33 <string>Carbon</string>
34 </property>
35 </item>
36 <item>
37 <property>
38 <name>text</name>
39 <string>Oxygen</string>
40 </property>
41 </item>
42 <property stdset="1">
43 <name>name</name>
44 <cstring>ComboBox2</cstring>
45 </property>
46 <property stdset="1">
47 <name>geometry</name>
48 <rect>
49 <x>10</x>
50 <y>10</y>
51 <width>230</width>
52 <height>50</height>
53 </rect>
54 </property>
55 </widget>
56 <widget>
57 <class>QTable</class>
58 <property stdset="1">
59 <name>name</name>
60 <cstring>dataTable</cstring>
61 </property>
62 <property stdset="1">
63 <name>geometry</name>
64 <rect>
65 <x>0</x>
66 <y>80</y>
67 <width>240</width>
68 <height>190</height>
69 </rect>
70 </property>
71 <property stdset="1">
72 <name>numRows</name>
73 <number>6</number>
74 </property>
75 <property stdset="1">
76 <name>numCols</name>
77 <number>2</number>
78 </property>
79 <property stdset="1">
80 <name>showGrid</name>
81 <bool>false</bool>
82 </property>
83 </widget>
84</widget>
85</UI>