author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 22 Jan 2010 10:32:13 +0200 | |
changeset 1 | ae9c8dab0e3e |
parent 0 | 1918ee327afb |
child 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0" stdsetdef="1"> |
|
3 |
<author></author> |
|
4 |
<comment></comment> |
|
5 |
<exportmacro></exportmacro> |
|
6 |
<class>LicenseAgreementPage</class> |
|
7 |
<widget class="QWidget" name="LicenseAgreementPage"> |
|
8 |
<property name="geometry"> |
|
9 |
<rect> |
|
10 |
<x>0</x> |
|
11 |
<y>0</y> |
|
12 |
<width>440</width> |
|
13 |
<height>284</height> |
|
14 |
</rect> |
|
15 |
</property> |
|
16 |
<property name="windowTitle"> |
|
17 |
<string>Form3</string> |
|
18 |
</property> |
|
19 |
<layout class="QHBoxLayout"> |
|
20 |
<property name="margin"> |
|
21 |
<number>11</number> |
|
22 |
</property> |
|
23 |
<property name="spacing"> |
|
24 |
<number>6</number> |
|
25 |
</property> |
|
26 |
<item> |
|
27 |
<layout class="QVBoxLayout"> |
|
28 |
<item> |
|
29 |
<layout class="QHBoxLayout"> |
|
30 |
<item> |
|
31 |
<spacer name="spacer4"> |
|
32 |
<property name="sizeHint"> |
|
33 |
<size> |
|
34 |
<width>31</width> |
|
35 |
<height>21</height> |
|
36 |
</size> |
|
37 |
</property> |
|
38 |
<property name="sizeType"> |
|
39 |
<enum>QSizePolicy::Expanding</enum> |
|
40 |
</property> |
|
41 |
<property name="orientation"> |
|
42 |
<enum>Qt::Horizontal</enum> |
|
43 |
</property> |
|
44 |
</spacer> |
|
45 |
</item> |
|
46 |
<item> |
|
47 |
<widget class="QLabel" name="countryLabel"> |
|
48 |
<property name="text"> |
|
49 |
<string>Please choose your region:</string> |
|
50 |
</property> |
|
51 |
<property name="wordWrap"> |
|
52 |
<bool>false</bool> |
|
53 |
</property> |
|
54 |
</widget> |
|
55 |
</item> |
|
56 |
<item> |
|
57 |
<widget class="QComboBox" name="countryCombo"> |
|
58 |
<item> |
|
59 |
<property name="text"> |
|
60 |
<string>North or South America</string> |
|
61 |
</property> |
|
62 |
</item> |
|
63 |
<item> |
|
64 |
<property name="text"> |
|
65 |
<string>Anywhere outside North and South America</string> |
|
66 |
</property> |
|
67 |
</item> |
|
68 |
</widget> |
|
69 |
</item> |
|
70 |
<item> |
|
71 |
<spacer name="spacer3"> |
|
72 |
<property name="sizeHint"> |
|
73 |
<size> |
|
74 |
<width>51</width> |
|
75 |
<height>21</height> |
|
76 |
</size> |
|
77 |
</property> |
|
78 |
<property name="sizeType"> |
|
79 |
<enum>QSizePolicy::Expanding</enum> |
|
80 |
</property> |
|
81 |
<property name="orientation"> |
|
82 |
<enum>Qt::Horizontal</enum> |
|
83 |
</property> |
|
84 |
</spacer> |
|
85 |
</item> |
|
86 |
</layout> |
|
87 |
</item> |
|
88 |
<item> |
|
89 |
<widget class="Q3TextView" name="introText"> |
|
90 |
<property name="text"> |
|
1
ae9c8dab0e3e
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
91 |
<string>The license could not be found in the package. The package might be corrupted. |
0 | 92 |
Please contact qt-info@nokia.com to resolve the problem.</string> |
93 |
</property> |
|
94 |
</widget> |
|
95 |
</item> |
|
96 |
<item> |
|
97 |
<layout class="QHBoxLayout"> |
|
98 |
<property name="margin"> |
|
99 |
<number>0</number> |
|
100 |
</property> |
|
101 |
<property name="spacing"> |
|
102 |
<number>6</number> |
|
103 |
</property> |
|
104 |
<item> |
|
105 |
<spacer name="Spacer1_3"> |
|
106 |
<property name="sizeHint"> |
|
107 |
<size> |
|
108 |
<width>156</width> |
|
109 |
<height>20</height> |
|
110 |
</size> |
|
111 |
</property> |
|
112 |
<property name="sizeType"> |
|
113 |
<enum>QSizePolicy::Expanding</enum> |
|
114 |
</property> |
|
115 |
<property name="orientation"> |
|
116 |
<enum>Qt::Horizontal</enum> |
|
117 |
</property> |
|
118 |
</spacer> |
|
119 |
</item> |
|
120 |
<item> |
|
121 |
<widget class="Q3ButtonGroup" name="licenceButtons"> |
|
122 |
<property name="frameShape"> |
|
123 |
<enum>Q3GroupBox::NoFrame</enum> |
|
124 |
</property> |
|
125 |
<property name="title"> |
|
126 |
<string/> |
|
127 |
</property> |
|
128 |
<layout class="QVBoxLayout"> |
|
129 |
<item> |
|
130 |
<widget class="QRadioButton" name="acceptLicense"> |
|
131 |
<property name="text"> |
|
132 |
<string>I agree</string> |
|
133 |
</property> |
|
134 |
</widget> |
|
135 |
</item> |
|
136 |
<item> |
|
137 |
<widget class="QRadioButton" name="rejectLicense"> |
|
138 |
<property name="text"> |
|
139 |
<string>I disagree</string> |
|
140 |
</property> |
|
141 |
<property name="checked"> |
|
142 |
<bool>true</bool> |
|
143 |
</property> |
|
144 |
</widget> |
|
145 |
</item> |
|
146 |
</layout> |
|
147 |
</widget> |
|
148 |
</item> |
|
149 |
<item> |
|
150 |
<spacer name="Spacer3"> |
|
151 |
<property name="sizeHint"> |
|
152 |
<size> |
|
153 |
<width>155</width> |
|
154 |
<height>20</height> |
|
155 |
</size> |
|
156 |
</property> |
|
157 |
<property name="sizeType"> |
|
158 |
<enum>QSizePolicy::Expanding</enum> |
|
159 |
</property> |
|
160 |
<property name="orientation"> |
|
161 |
<enum>Qt::Horizontal</enum> |
|
162 |
</property> |
|
163 |
</spacer> |
|
164 |
</item> |
|
165 |
</layout> |
|
166 |
</item> |
|
167 |
</layout> |
|
168 |
</item> |
|
169 |
</layout> |
|
170 |
</widget> |
|
171 |
<layoutdefault spacing="6" margin="11"/> |
|
172 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
173 |
</ui> |