source: trunk/examples/activeqt/webbrowser/mainwindow_windowsmobile.ui

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 21.2 KB
RevLine 
[556]1<ui version="4.0" stdsetdef="1" >
2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="objectName" >
5 <string notr="true" >MainWindow</string>
6 </property>
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>812</width>
12 <height>605</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>Qt WebBrowser</string>
17 </property>
18 <widget class="QWidget" name="centralWidget">
19 <layout class="QHBoxLayout" >
20 <property name="objectName" >
21 <string notr="true" >unnamed</string>
22 </property>
23 <property name="margin" >
24 <number>0</number>
25 </property>
26 <property name="spacing" >
27 <number>6</number>
28 </property>
29 <item>
30 <widget class="QFrame" name="Frame3" >
31 <property name="objectName" >
32 <string notr="true" >Frame3</string>
33 </property>
34 <property name="frameShape" >
35 <enum>QFrame::StyledPanel</enum>
36 </property>
37 <property name="frameShadow" >
38 <enum>QFrame::Sunken</enum>
39 </property>
40 <layout class="QVBoxLayout" >
41 <property name="objectName" >
42 <string notr="true" >unnamed</string>
43 </property>
44 <property name="margin" >
45 <number>1</number>
46 </property>
47 <property name="spacing" >
48 <number>0</number>
49 </property>
50 <item>
51 <widget class="QAxWidget" name="WebBrowser" >
52 <property name="objectName" >
53 <string notr="true" >WebBrowser</string>
54 </property>
55 <property name="focusPolicy" >
56 <enum>Qt::StrongFocus</enum>
57 </property>
58 <property name="control" >
59 <string>{F5AFC7EF-1571-48B6-A69C-F1833F4C3A44}</string>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </widget>
65 </item>
66 </layout>
67 </widget>
68 <widget class="QToolBar" name="tbNavigate" >
69 <property name="objectName" >
70 <string notr="true" >tbNavigate</string>
71 </property>
72 <property name="windowTitle" >
73 <string>Navigation</string>
74 </property>
75 <addaction name="actionBack" />
76 <addaction name="actionForward" />
77 <addaction name="actionStop" />
78 <addaction name="actionRefresh" />
79 <addaction name="actionHome" />
80 <addaction name="separator" />
81 <addaction name="actionSearch" />
82 </widget>
83 <widget class="QToolBar" name="tbAddress" >
84 <property name="objectName" >
85 <string notr="true" >tbAddress</string>
86 </property>
87 <property name="windowTitle" >
88 <string>Address</string>
89 </property>
90 <widget class="QLabel" name="lblAddress" >
91 <property name="objectName" >
92 <string notr="true" >lblAddress</string>
93 </property>
94 <property name="text" >
95 <string>Address</string>
96 </property>
97 </widget>
98 <widget class="QLineEdit" name="addressEdit" >
99 <property name="objectName" >
100 <string notr="true" >addressEdit</string>
101 </property>
102 </widget>
103 <addaction name="actionGo" />
104 </widget>
105 <widget class="QMenuBar" name="menubar" >
106 <property name="objectName" >
107 <string notr="true" >menubar</string>
108 </property>
109 <widget class="QMenu" name="PopupMenu" >
110 <property name="objectName" >
111 <string notr="true" >PopupMenu</string>
112 </property>
113 <property name="title" >
114 <string>&amp;File</string>
115 </property>
116 <widget class="QMenu" name="FileNewGroup_2" >
117 <property name="objectName" >
118 <string notr="true" >FileNewGroup_2</string>
119 </property>
120 <property name="title" >
121 <string>New</string>
122 </property>
123 <addaction name="actionNewWindow" />
124 </widget>
125 <addaction name="FileNewGroup" />
126 <addaction name="FileNewGroup_2" />
127 <addaction name="separator" />
128 <addaction name="actionFileClose" />
129 </widget>
130 <widget class="QMenu" name="unnamed" >
131 <property name="objectName" >
132 <string notr="true" >unnamed</string>
133 </property>
134 <property name="title" >
135 <string>&amp;Help</string>
136 </property>
137 <addaction name="actionAbout" />
138 <addaction name="actionAboutQt" />
139 </widget>
140 <addaction name="PopupMenu" />
141 <addaction name="unnamed" />
142 </widget>
143 <action name="actionGo" >
144 <property name="objectName" >
145 <string>actionGo</string>
146 </property>
147 <property name="icon" >
148 <iconset>image0</iconset>
149 </property>
150 <property name="iconText" >
151 <string>Go</string>
152 </property>
153 </action>
154 <action name="actionBack" >
155 <property name="objectName" >
156 <string>actionBack</string>
157 </property>
158 <property name="icon" >
159 <iconset>image1</iconset>
160 </property>
161 <property name="iconText" >
162 <string>Back</string>
163 </property>
164 <property name="shortcut" >
165 <string>Backspace</string>
166 </property>
167 </action>
168 <action name="actionForward" >
169 <property name="objectName" >
170 <string>actionForward</string>
171 </property>
172 <property name="icon" >
173 <iconset>image2</iconset>
174 </property>
175 <property name="iconText" >
176 <string>Forward</string>
177 </property>
178 </action>
179 <action name="actionStop" >
180 <property name="objectName" >
181 <string>actionStop</string>
182 </property>
183 <property name="icon" >
184 <iconset>image3</iconset>
185 </property>
186 <property name="iconText" >
187 <string>Stop</string>
188 </property>
189 </action>
190 <action name="actionRefresh" >
191 <property name="objectName" >
192 <string>actionRefresh</string>
193 </property>
194 <property name="icon" >
195 <iconset>image4</iconset>
196 </property>
197 <property name="iconText" >
198 <string>Refresh</string>
199 </property>
200 </action>
201 <action name="actionHome" >
202 <property name="objectName" >
203 <string>actionHome</string>
204 </property>
205 <property name="icon" >
206 <iconset>image5</iconset>
207 </property>
208 <property name="iconText" >
209 <string>Home</string>
210 </property>
211 </action>
212 <action name="actionFileClose" >
213 <property name="objectName" >
214 <string>actionFileClose</string>
215 </property>
216 <property name="iconText" >
217 <string>Close</string>
218 </property>
219 <property name="text" >
220 <string>C&amp;lose</string>
221 </property>
222 </action>
223 <action name="actionSearch" >
224 <property name="objectName" >
225 <string>actionSearch</string>
226 </property>
227 <property name="icon" >
228 <iconset>image6</iconset>
229 </property>
230 <property name="iconText" >
231 <string>Search</string>
232 </property>
233 </action>
234 <action name="actionAbout" >
235 <property name="objectName" >
236 <string>actionAbout</string>
237 </property>
238 <property name="iconText" >
239 <string>About</string>
240 </property>
241 </action>
242 <action name="actionAboutQt" >