summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/calcdlg.ui58
-rw-r--r--noncore/apps/oxygen/dataTable.cpp2
2 files changed, 40 insertions, 20 deletions
diff --git a/noncore/apps/oxygen/calcdlg.ui b/noncore/apps/oxygen/calcdlg.ui
index 51bf334..60d312d 100644
--- a/noncore/apps/oxygen/calcdlg.ui
+++ b/noncore/apps/oxygen/calcdlg.ui
@@ -13,7 +13,26 @@
13 <y>0</y> 13 <y>0</y>
14 <width>237</width> 14 <width>323</width>
15 <height>318</height> 15 <height>380</height>
16 </rect> 16 </rect>
17 </property> 17 </property>
18 <widget> 18 <property stdset="1">
19 <name>caption</name>
20 <string>CalcDlg</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <grid>
29 <property stdset="1">
30 <name>margin</name>
31 <number>-1</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>-1</number>
36 </property>
37 <widget row="0" column="0" >
19 <class>QTabWidget</class> 38 <class>QTabWidget</class>
@@ -23,10 +42,7 @@
23 </property> 42 </property>
24 <property stdset="1"> 43 <property>
25 <name>geometry</name> 44 <name>layoutMargin</name>
26 <rect> 45 </property>
27 <x>0</x> 46 <property>
28 <y>0</y> 47 <name>layoutSpacing</name>
29 <width>240</width>
30 <height>320</height>
31 </rect>
32 </property> 48 </property>
@@ -42,2 +58,11 @@
42 </attribute> 58 </attribute>
59 <vbox>
60 <property stdset="1">
61 <name>margin</name>
62 <number>-1</number>
63 </property>
64 <property stdset="1">
65 <name>spacing</name>
66 <number>-1</number>
67 </property>
43 <widget> 68 <widget>
@@ -48,11 +73,2 @@
48 </property> 73 </property>
49 <property stdset="1">
50 <name>geometry</name>
51 <rect>
52 <x>0</x>
53 <y>0</y>
54 <width>230</width>
55 <height>290</height>
56 </rect>
57 </property>
58 <vbox> 74 <vbox>
@@ -165,4 +181,6 @@
165 </widget> 181 </widget>
182 </vbox>
166 </widget> 183 </widget>
167 </widget> 184 </widget>
185 </grid>
168</widget> 186</widget>
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index 48e2b20..798230a 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -99,2 +99,4 @@ OxydataTable::OxydataTable(int numRows, int numCols, QWidget *parent,
99{ 99{
100 setColumnStretchable( 0, true );
101 setColumnStretchable( 1, true );
100 102