0
|
1 |
<ui version="4.0" >
|
|
2 |
<comment>*********************************************************************
|
|
3 |
**
|
|
4 |
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
5 |
** All rights reserved.
|
|
6 |
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
7 |
**
|
|
8 |
** This file is part of the QtGui module of the Qt Toolkit.
|
|
9 |
**
|
|
10 |
** $QT_BEGIN_LICENSE:LGPL$
|
|
11 |
** No Commercial Usage
|
|
12 |
** This file contains pre-release code and may not be distributed.
|
|
13 |
** You may use this file in accordance with the terms and conditions
|
|
14 |
** contained in the Technology Preview License Agreement accompanying
|
|
15 |
** this package.
|
|
16 |
**
|
|
17 |
** GNU Lesser General Public License Usage
|
|
18 |
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
19 |
** General Public License version 2.1 as published by the Free Software
|
|
20 |
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
21 |
** packaging of this file. Please review the following information to
|
|
22 |
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
23 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
24 |
**
|
|
25 |
** In addition, as a special exception, Nokia gives you certain additional
|
|
26 |
** rights. These rights are described in the Nokia Qt LGPL Exception
|
|
27 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
28 |
**
|
|
29 |
** If you have questions regarding the use of this file, please contact
|
|
30 |
** Nokia at qt-info@nokia.com.
|
|
31 |
**
|
|
32 |
**
|
|
33 |
**
|
|
34 |
**
|
|
35 |
**
|
|
36 |
**
|
|
37 |
**
|
|
38 |
**
|
|
39 |
** $QT_END_LICENSE$
|
|
40 |
**
|
|
41 |
*********************************************************************</comment>
|
|
42 |
<class>QFileDialog</class>
|
|
43 |
<widget class="QDialog" name="QFileDialog" >
|
|
44 |
<property name="geometry" >
|
|
45 |
<rect>
|
|
46 |
<x>0</x>
|
|
47 |
<y>0</y>
|
|
48 |
<width>240</width>
|
|
49 |
<height>320</height>
|
|
50 |
</rect>
|
|
51 |
</property>
|
|
52 |
<property name="sizeGripEnabled" >
|
|
53 |
<bool>true</bool>
|
|
54 |
</property>
|
|
55 |
<layout class="QVBoxLayout" >
|
|
56 |
<item>
|
|
57 |
<widget class="QFileDialogComboBox" name="lookInCombo" >
|
|
58 |
<property name="sizePolicy" >
|
|
59 |
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
60 |
<horstretch>1</horstretch>
|
|
61 |
<verstretch>0</verstretch>
|
|
62 |
</sizepolicy>
|
|
63 |
</property>
|
|
64 |
</widget>
|
|
65 |
</item>
|
|
66 |
<item>
|
|
67 |
<layout class="QHBoxLayout" >
|
|
68 |
<item>
|
|
69 |
<widget class="QToolButton" name="backButton" >
|
|
70 |
<property name="toolTip" >
|
|
71 |
<string>Back</string>
|
|
72 |
</property>
|
|
73 |
</widget>
|
|
74 |
</item>
|
|
75 |
<item>
|
|
76 |
<widget class="QToolButton" name="forwardButton" >
|
|
77 |
<property name="toolTip" >
|
|
78 |
<string>Forward</string>
|
|
79 |
</property>
|
|
80 |
</widget>
|
|
81 |
</item>
|
|
82 |
<item>
|
|
83 |
<widget class="QToolButton" name="toParentButton" >
|
|
84 |
<property name="toolTip" >
|
|
85 |
<string>Parent Directory</string>
|
|
86 |
</property>
|
|
87 |
</widget>
|
|
88 |
</item>
|
|
89 |
<item>
|
|
90 |
<widget class="QToolButton" name="newFolderButton" >
|
|
91 |
<property name="toolTip" >
|
|
92 |
<string>Create New Folder</string>
|
|
93 |
</property>
|
|
94 |
</widget>
|
|
95 |
</item>
|
|
96 |
<item>
|
|
97 |
<widget class="QToolButton" name="listModeButton" >
|
|
98 |
<property name="toolTip" >
|
|
99 |
<string>List View</string>
|
|
100 |
</property>
|
|
101 |
</widget>
|
|
102 |
</item>
|
|
103 |
<item>
|
|
104 |
<widget class="QToolButton" name="detailModeButton" >
|
|
105 |
<property name="toolTip" >
|
|
106 |
<string>Detail View</string>
|
|
107 |
</property>
|
|
108 |
</widget>
|
|
109 |
</item>
|
|
110 |
</layout>
|
|
111 |
</item>
|
|
112 |
<item>
|
|
113 |
<widget class="QSplitter" name="splitter" >
|
|
114 |
<property name="sizePolicy" >
|
|
115 |
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
116 |
<horstretch>0</horstretch>
|
|
117 |
<verstretch>0</verstretch>
|
|
118 |
</sizepolicy>
|
|
119 |
</property>
|
|
120 |
<property name="orientation" >
|
|
121 |
<enum>Qt::Horizontal</enum>
|
|
122 |
</property>
|
|
123 |
<widget class="QSidebar" name="sidebar" />
|
|
124 |
<widget class="QFrame" name="frame" >
|
|
125 |
<property name="frameShape" >
|
|
126 |
<enum>QFrame::NoFrame</enum>
|
|
127 |
</property>
|
|
128 |
<property name="frameShadow" >
|
|
129 |
<enum>QFrame::Raised</enum>
|
|
130 |
</property>
|
|
131 |
<layout class="QVBoxLayout" >
|
|
132 |
<property name="spacing" >
|
|
133 |
<number>0</number>
|
|
134 |
</property>
|
|
135 |
<property name="margin" >
|
|
136 |
<number>0</number>
|
|
137 |
</property>
|
|
138 |
<item>
|
|
139 |
<widget class="QStackedWidget" name="stackedWidget" >
|
|
140 |
<property name="currentIndex" >
|
|
141 |
<number>0</number>
|
|
142 |
</property>
|
|
143 |
<widget class="QWidget" name="page" >
|
|
144 |
<property name="geometry" >
|
|
145 |
<rect>
|
|
146 |
<x>0</x>
|
|
147 |
<y>0</y>
|
|
148 |
<width>108</width>
|
|
149 |
<height>164</height>
|
|
150 |
</rect>
|
|
151 |
</property>
|
|
152 |
<layout class="QVBoxLayout" >
|
|
153 |
<property name="spacing" >
|
|
154 |
<number>0</number>
|
|
155 |
</property>
|
|
156 |
<property name="margin" >
|
|
157 |
<number>0</number>
|
|
158 |
</property>
|
|
159 |
<item>
|
|
160 |
<widget class="QFileDialogListView" name="listView" />
|
|
161 |
</item>
|
|
162 |
</layout>
|
|
163 |
</widget>
|
|
164 |
<widget class="QWidget" name="page_2" >
|
|
165 |
<property name="geometry" >
|
|
166 |
<rect>
|
|
167 |
<x>0</x>
|
|
168 |
<y>0</y>
|
|
169 |
<width>100</width>
|
|
170 |
<height>30</height>
|
|
171 |
</rect>
|
|
172 |
</property>
|
|
173 |
<layout class="QVBoxLayout" >
|
|
174 |
<property name="spacing" >
|
|
175 |
<number>0</number>
|
|
176 |
</property>
|
|
177 |
<property name="margin" >
|
|
178 |
<number>0</number>
|
|
179 |
</property>
|
|
180 |
<item>
|
|
181 |
<widget class="QFileDialogTreeView" name="treeView" />
|
|
182 |
</item>
|
|
183 |
</layout>
|
|
184 |
</widget>
|
|
185 |
</widget>
|
|
186 |
</item>
|
|
187 |
</layout>
|
|
188 |
</widget>
|
|
189 |
</widget>
|
|
190 |
</item>
|
|
191 |
<item>
|
|
192 |
<layout class="QGridLayout" >
|
|
193 |
<item row="0" column="0" >
|
|
194 |
<widget class="QFileDialogLineEdit" name="fileNameEdit" >
|
|
195 |
<property name="sizePolicy" >
|
|
196 |
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
197 |
<horstretch>1</horstretch>
|
|
198 |
<verstretch>0</verstretch>
|
|
199 |
</sizepolicy>
|
|
200 |
</property>
|
|
201 |
</widget>
|
|
202 |
</item>
|
|
203 |
<item rowspan="2" row="0" column="1" >
|
|
204 |
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
205 |
<property name="orientation" >
|
|
206 |
<enum>Qt::Vertical</enum>
|
|
207 |
</property>
|
|
208 |
<property name="standardButtons" >
|
|
209 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
210 |
</property>
|
|
211 |
</widget>
|
|
212 |
</item>
|
|
213 |
<item row="1" column="0" >
|
|
214 |
<widget class="QComboBox" name="fileTypeCombo" >
|
|
215 |
<property name="sizePolicy" >
|
|
216 |
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
217 |
<horstretch>0</horstretch>
|
|
218 |
<verstretch>0</verstretch>
|
|
219 |
</sizepolicy>
|
|
220 |
</property>
|
|
221 |
</widget>
|
|
222 |
</item>
|
|
223 |
</layout>
|
|
224 |
</item>
|
|
225 |
<item>
|
|
226 |
<widget class="QLabel" name="fileNameLabel" >
|
|
227 |
<property name="enabled" >
|
|
228 |
<bool>false</bool>
|
|
229 |
</property>
|
|
230 |
<property name="sizePolicy" >
|
|
231 |
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
232 |
<horstretch>0</horstretch>
|
|
233 |
<verstretch>0</verstretch>
|
|
234 |
</sizepolicy>
|
|
235 |
</property>
|
|
236 |
<property name="minimumSize" >
|
|
237 |
<size>
|
|
238 |
<width>0</width>
|
|
239 |
<height>0</height>
|
|
240 |
</size>
|
|
241 |
</property>
|
|
242 |
<property name="maximumSize" >
|
|
243 |
<size>
|
|
244 |
<width>0</width>
|
|
245 |
<height>0</height>
|
|
246 |
</size>
|
|
247 |
</property>
|
|
248 |
</widget>
|
|
249 |
</item>
|
|
250 |
<item>
|
|
251 |
<widget class="QLabel" name="fileTypeLabel" >
|
|
252 |
<property name="enabled" >
|
|
253 |
<bool>false</bool>
|
|
254 |
</property>
|
|
255 |
<property name="sizePolicy" >
|
|
256 |
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
257 |
<horstretch>0</horstretch>
|
|
258 |
<verstretch>0</verstretch>
|
|
259 |
</sizepolicy>
|
|
260 |
</property>
|
|
261 |
<property name="maximumSize" >
|
|
262 |
<size>
|
|
263 |
<width>0</width>
|
|
264 |
<height>0</height>
|
|
265 |
</size>
|
|
266 |
</property>
|
|
267 |
<property name="text" >
|
|
268 |
<string>Files of type:</string>
|
|
269 |
</property>
|
|
270 |
</widget>
|
|
271 |
</item>
|
|
272 |
<item>
|
|
273 |
<widget class="QLabel" name="lookInLabel" >
|
|
274 |
<property name="enabled" >
|
|
275 |
<bool>false</bool>
|
|
276 |
</property>
|
|
277 |
<property name="sizePolicy" >
|
|
278 |
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
279 |
<horstretch>0</horstretch>
|
|
280 |
<verstretch>0</verstretch>
|
|
281 |
</sizepolicy>
|
|
282 |
</property>
|
|
283 |
<property name="maximumSize" >
|
|
284 |
<size>
|
|
285 |
<width>0</width>
|
|
286 |
<height>0</height>
|
|
287 |
</size>
|
|
288 |
</property>
|
|
289 |
<property name="text" >
|
|
290 |
<string>Look in:</string>
|
|
291 |
</property>
|
|
292 |
</widget>
|
|
293 |
</item>
|
|
294 |
</layout>
|
|
295 |
</widget>
|
|
296 |
<customwidgets>
|
|
297 |
<customwidget>
|
|
298 |
<class>QFileDialogTreeView</class>
|
|
299 |
<extends>QTreeView</extends>
|
|
300 |
<header>qfiledialog_p.h</header>
|
|
301 |
</customwidget>
|
|
302 |
<customwidget>
|
|
303 |
<class>QFileDialogListView</class>
|
|
304 |
<extends>QListView</extends>
|
|
305 |
<header>qfiledialog_p.h</header>
|
|
306 |
</customwidget>
|
|
307 |
<customwidget>
|
|
308 |
<class>QSidebar</class>
|
|
309 |
<extends>QListWidget</extends>
|
|
310 |
<header>qsidebar_p.h</header>
|
|
311 |
</customwidget>
|
|
312 |
<customwidget>
|
|
313 |
<class>QFileDialogLineEdit</class>
|
|
314 |
<extends>QLineEdit</extends>
|
|
315 |
<header>qfiledialog_p.h</header>
|
|
316 |
</customwidget>
|
|
317 |
<customwidget>
|
|
318 |
<class>QFileDialogComboBox</class>
|
|
319 |
<extends>QComboBox</extends>
|
|
320 |
<header>qfiledialog_p.h</header>
|
|
321 |
</customwidget>
|
|
322 |
</customwidgets>
|
|
323 |
<tabstops>
|
|
324 |
<tabstop>lookInCombo</tabstop>
|
|
325 |
<tabstop>backButton</tabstop>
|
|
326 |
<tabstop>forwardButton</tabstop>
|
|
327 |
<tabstop>toParentButton</tabstop>
|
|
328 |
<tabstop>newFolderButton</tabstop>
|
|
329 |
<tabstop>listModeButton</tabstop>
|
|
330 |
<tabstop>detailModeButton</tabstop>
|
|
331 |
<tabstop>sidebar</tabstop>
|
|
332 |
<tabstop>listView</tabstop>
|
|
333 |
<tabstop>fileNameEdit</tabstop>
|
|
334 |
<tabstop>fileTypeCombo</tabstop>
|
|
335 |
<tabstop>buttonBox</tabstop>
|
|
336 |
<tabstop>treeView</tabstop>
|
|
337 |
</tabstops>
|
|
338 |
<resources/>
|
|
339 |
<connections/>
|
|
340 |
</ui>
|