summaryrefslogtreecommitdiff
authorhakan <hakan>2002-04-15 14:29:26 (UTC)
committer hakan <hakan>2002-04-15 14:29:26 (UTC)
commitbc6ea538ac9aaece857e57f250fffed2dd3bafb2 (patch) (unidiff)
tree63aa7177985af79538384516dff2689eaf313f51
parent6fe76c38a8c38e491bc292475bb2b27c4e63218c (diff)
downloadopie-bc6ea538ac9aaece857e57f250fffed2dd3bafb2.zip
opie-bc6ea538ac9aaece857e57f250fffed2dd3bafb2.tar.gz
opie-bc6ea538ac9aaece857e57f250fffed2dd3bafb2.tar.bz2
Removed Form2 string
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebookdayheader.ui4
-rw-r--r--core/pim/datebook/datebookweekheader.ui4
-rw-r--r--core/pim/datebook/datebookweeklstdayhdr.ui4
3 files changed, 0 insertions, 12 deletions
diff --git a/core/pim/datebook/datebookdayheader.ui b/core/pim/datebook/datebookdayheader.ui
index 8bc284f..bb0c1ac 100644
--- a/core/pim/datebook/datebookdayheader.ui
+++ b/core/pim/datebook/datebookdayheader.ui
@@ -7,68 +7,64 @@
7** 7**
8** This file may be distributed and/or modified under the terms of the 8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software 9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the 10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file. 11** packaging of this file.
12** 12**
13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15** 15**
16** See http://www.trolltech.com/gpl/ for GPL licensing information. 16** See http://www.trolltech.com/gpl/ for GPL licensing information.
17** 17**
18** Contact info@trolltech.com if any conditions of this licensing are 18** Contact info@trolltech.com if any conditions of this licensing are
19** not clear to you. 19** not clear to you.
20** 20**
21** $Id$ 21** $Id$
22** 22**
23**********************************************************************/</comment> 23**********************************************************************/</comment>
24<widget> 24<widget>
25 <class>QWidget</class> 25 <class>QWidget</class>
26 <property stdset="1"> 26 <property stdset="1">
27 <name>name</name> 27 <name>name</name>
28 <cstring>DateBookDayHeaderBase</cstring> 28 <cstring>DateBookDayHeaderBase</cstring>
29 </property> 29 </property>
30 <property stdset="1"> 30 <property stdset="1">
31 <name>geometry</name> 31 <name>geometry</name>
32 <rect> 32 <rect>
33 <x>0</x> 33 <x>0</x>
34 <y>0</y> 34 <y>0</y>
35 <width>249</width> 35 <width>249</width>
36 <height>26</height> 36 <height>26</height>
37 </rect> 37 </rect>
38 </property> 38 </property>
39 <property stdset="1">
40 <name>caption</name>
41 <string>Form1</string>
42 </property>
43 <property> 39 <property>
44 <name>layoutMargin</name> 40 <name>layoutMargin</name>
45 </property> 41 </property>
46 <property> 42 <property>
47 <name>layoutSpacing</name> 43 <name>layoutSpacing</name>
48 </property> 44 </property>
49 <hbox> 45 <hbox>
50 <property stdset="1"> 46 <property stdset="1">
51 <name>margin</name> 47 <name>margin</name>
52 <number>0</number> 48 <number>0</number>
53 </property> 49 </property>
54 <property stdset="1"> 50 <property stdset="1">
55 <name>spacing</name> 51 <name>spacing</name>
56 <number>0</number> 52 <number>0</number>
57 </property> 53 </property>
58 <widget> 54 <widget>
59 <class>QToolButton</class> 55 <class>QToolButton</class>
60 <property stdset="1"> 56 <property stdset="1">
61 <name>name</name> 57 <name>name</name>
62 <cstring>back</cstring> 58 <cstring>back</cstring>
63 </property> 59 </property>
64 <property stdset="1"> 60 <property stdset="1">
65 <name>text</name> 61 <name>text</name>
66 <string></string> 62 <string></string>
67 </property> 63 </property>
68 <property stdset="1"> 64 <property stdset="1">
69 <name>pixmap</name> 65 <name>pixmap</name>
70 <pixmap>image0</pixmap> 66 <pixmap>image0</pixmap>
71 </property> 67 </property>
72 <property stdset="1"> 68 <property stdset="1">
73 <name>toggleButton</name> 69 <name>toggleButton</name>
74 <bool>false</bool> 70 <bool>false</bool>
diff --git a/core/pim/datebook/datebookweekheader.ui b/core/pim/datebook/datebookweekheader.ui
index dd6a5b1..f7b20f8 100644
--- a/core/pim/datebook/datebookweekheader.ui
+++ b/core/pim/datebook/datebookweekheader.ui
@@ -5,68 +5,64 @@
5** 5**
6** This file is part of Qtopia Environment. 6** This file is part of Qtopia Environment.
7** 7**
8** This file may be distributed and/or modified under the terms of the 8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software 9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the 10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file. 11** packaging of this file.
12** 12**
13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15** 15**
16** See http://www.trolltech.com/gpl/ for GPL licensing information. 16** See http://www.trolltech.com/gpl/ for GPL licensing information.
17** 17**
18** Contact info@trolltech.com if any conditions of this licensing are 18** Contact info@trolltech.com if any conditions of this licensing are
19** not clear to you. 19** not clear to you.
20** 20**
21*********************************************************************</comment> 21*********************************************************************</comment>
22<widget> 22<widget>
23 <class>QWidget</class> 23 <class>QWidget</class>
24 <property stdset="1"> 24 <property stdset="1">
25 <name>name</name> 25 <name>name</name>
26 <cstring>DateBookWeekHeaderBase</cstring> 26 <cstring>DateBookWeekHeaderBase</cstring>
27 </property> 27 </property>
28 <property stdset="1"> 28 <property stdset="1">
29 <name>geometry</name> 29 <name>geometry</name>
30 <rect> 30 <rect>
31 <x>0</x> 31 <x>0</x>
32 <y>0</y> 32 <y>0</y>
33 <width>281</width> 33 <width>281</width>
34 <height>30</height> 34 <height>30</height>
35 </rect> 35 </rect>
36 </property> 36 </property>
37 <property stdset="1">
38 <name>caption</name>
39 <string>Form1</string>
40 </property>
41 <property> 37 <property>
42 <name>layoutMargin</name> 38 <name>layoutMargin</name>
43 </property> 39 </property>
44 <property> 40 <property>
45 <name>layoutSpacing</name> 41 <name>layoutSpacing</name>
46 </property> 42 </property>
47 <hbox> 43 <hbox>
48 <property stdset="1"> 44 <property stdset="1">
49 <name>margin</name> 45 <name>margin</name>
50 <number>0</number> 46 <number>0</number>
51 </property> 47 </property>
52 <property stdset="1"> 48 <property stdset="1">
53 <name>spacing</name> 49 <name>spacing</name>
54 <number>6</number> 50 <number>6</number>
55 </property> 51 </property>
56 <widget> 52 <widget>
57 <class>QSpinBox</class> 53 <class>QSpinBox</class>
58 <property stdset="1"> 54 <property stdset="1">
59 <name>name</name> 55 <name>name</name>
60 <cstring>spinYear</cstring> 56 <cstring>spinYear</cstring>
61 </property> 57 </property>
62 <property stdset="1"> 58 <property stdset="1">
63 <name>sizePolicy</name> 59 <name>sizePolicy</name>
64 <sizepolicy> 60 <sizepolicy>
65 <hsizetype>0</hsizetype> 61 <hsizetype>0</hsizetype>
66 <vsizetype>0</vsizetype> 62 <vsizetype>0</vsizetype>
67 </sizepolicy> 63 </sizepolicy>
68 </property> 64 </property>
69 <property stdset="1"> 65 <property stdset="1">
70 <name>prefix</name> 66 <name>prefix</name>
71 <string>Y: </string> 67 <string>Y: </string>
72 </property> 68 </property>
diff --git a/core/pim/datebook/datebookweeklstdayhdr.ui b/core/pim/datebook/datebookweeklstdayhdr.ui
index 3b88495..2b68754 100644
--- a/core/pim/datebook/datebookweeklstdayhdr.ui
+++ b/core/pim/datebook/datebookweeklstdayhdr.ui
@@ -1,60 +1,56 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>DateBookWeekLstDayHdrBase</class> 2<class>DateBookWeekLstDayHdrBase</class>
3<widget> 3<widget>
4 <class>QWidget</class> 4 <class>QWidget</class>
5 <property stdset="1"> 5 <property stdset="1">
6 <name>name</name> 6 <name>name</name>
7 <cstring>DateBookWeekLstDayHdrBase</cstring> 7 <cstring>DateBookWeekLstDayHdrBase</cstring>
8 </property> 8 </property>
9 <property stdset="1"> 9 <property stdset="1">
10 <name>geometry</name> 10 <name>geometry</name>
11 <rect> 11 <rect>
12 <x>0</x> 12 <x>0</x>
13 <y>106</y> 13 <y>106</y>
14 <width>621</width> 14 <width>621</width>
15 <height>5</height> 15 <height>5</height>
16 </rect> 16 </rect>
17 </property> 17 </property>
18 <property stdset="1"> 18 <property stdset="1">
19 <name>sizePolicy</name> 19 <name>sizePolicy</name>
20 <sizepolicy> 20 <sizepolicy>
21 <hsizetype>7</hsizetype> 21 <hsizetype>7</hsizetype>
22 <vsizetype>0</vsizetype> 22 <vsizetype>0</vsizetype>
23 </sizepolicy> 23 </sizepolicy>
24 </property> 24 </property>
25 <property stdset="1">
26 <name>caption</name>
27 <string>Form1</string>
28 </property>
29 <property> 25 <property>
30 <name>layoutMargin</name> 26 <name>layoutMargin</name>
31 </property> 27 </property>
32 <hbox> 28 <hbox>
33 <property stdset="1"> 29 <property stdset="1">
34 <name>margin</name> 30 <name>margin</name>
35 <number>0</number> 31 <number>0</number>
36 </property> 32 </property>
37 <property stdset="1"> 33 <property stdset="1">
38 <name>spacing</name> 34 <name>spacing</name>
39 <number>6</number> 35 <number>6</number>
40 </property> 36 </property>
41 <widget> 37 <widget>
42 <class>Line</class> 38 <class>Line</class>
43 <property stdset="1"> 39 <property stdset="1">
44 <name>name</name> 40 <name>name</name>
45 <cstring>Line1</cstring> 41 <cstring>Line1</cstring>
46 </property> 42 </property>
47 <property stdset="1"> 43 <property stdset="1">
48 <name>minimumSize</name> 44 <name>minimumSize</name>
49 <size> 45 <size>
50 <width>0</width> 46 <width>0</width>
51 <height>0</height> 47 <height>0</height>
52 </size> 48 </size>
53 </property> 49 </property>
54 <property stdset="1"> 50 <property stdset="1">
55 <name>maximumSize</name> 51 <name>maximumSize</name>
56 <size> 52 <size>
57 <width>32767</width> 53 <width>32767</width>
58 <height>32767</height> 54 <height>32767</height>
59 </size> 55 </size>
60 </property> 56 </property>