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