1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>*********************************************************************
4**
5** Copyright (C) 2016 The Qt Company Ltd.
6** Contact: https://www.qt.io/licensing/
7**
8** This file is part of the QtWidgets module of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial License Usage
12** Licensees holding valid commercial Qt licenses may use this file in
13** accordance with the commercial license agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and The Qt Company. For licensing terms
16** and conditions see https://www.qt.io/terms-conditions. For further
17** information use the contact form at https://www.qt.io/contact-us.
18**
19** GNU Lesser General Public License Usage
20** Alternatively, this file may be used under the terms of the GNU Lesser
21** General Public License version 3 as published by the Free Software
22** Foundation and appearing in the file LICENSE.LGPL3 included in the
23** packaging of this file. Please review the following information to
24** ensure the GNU Lesser General Public License version 3 requirements
25** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
26**
27** GNU General Public License Usage
28** Alternatively, this file may be used under the terms of the GNU
29** General Public License version 2.0 or (at your option) the GNU General
30** Public license version 3 or any later version approved by the KDE Free
31** Qt Foundation. The licenses are as published by the Free Software
32** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
33** included in the packaging of this file. Please review the following
34** information to ensure the GNU General Public License requirements will
35** be met: https://www.gnu.org/licenses/gpl-2.0.html and
36** https://www.gnu.org/licenses/gpl-3.0.html.
37**
38** $QT_END_LICENSE$
39**
40*********************************************************************</comment>
41 <class>QFileDialog</class>
42 <widget class="QDialog" name="QFileDialog">
43  <property name="geometry">
44   <rect>
45    <x>0</x>
46    <y>0</y>
47    <width>521</width>
48    <height>316</height>
49   </rect>
50  </property>
51  <property name="sizeGripEnabled">
52   <bool>true</bool>
53  </property>
54  <layout class="QGridLayout">
55   <item row="0" column="0">
56    <widget class="QLabel" name="lookInLabel">
57     <property name="text">
58      <string>Look in:</string>
59     </property>
60    </widget>
61   </item>
62   <item row="0" column="1" colspan="2">
63    <layout class="QHBoxLayout">
64     <item>
65      <widget class="QFileDialogComboBox" name="lookInCombo">
66       <property name="sizePolicy">
67        <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
68         <horstretch>1</horstretch>
69         <verstretch>0</verstretch>
70        </sizepolicy>
71       </property>
72       <property name="minimumSize">
73        <size>
74         <width>50</width>
75         <height>0</height>
76        </size>
77       </property>
78      </widget>
79     </item>
80     <item>
81      <widget class="QToolButton" name="backButton">
82       <property name="toolTip">
83        <string>Back</string>
84       </property>
85       <property name="accessibleName">
86        <string>Back</string>
87       </property>
88       <property name="accessibleDescription">
89        <string>Go back</string>
90       </property>
91       <property name="shortcut">
92        <string>Alt+Left</string>
93       </property>
94      </widget>
95     </item>
96     <item>
97      <widget class="QToolButton" name="forwardButton">
98       <property name="toolTip">
99        <string>Forward</string>
100       </property>
101       <property name="accessibleName">
102        <string>Forward</string>
103       </property>
104       <property name="accessibleDescription">
105        <string>Go forward</string>
106       </property>
107       <property name="shortcut">
108        <string>Alt+Right</string>
109       </property>
110      </widget>
111     </item>
112     <item>
113      <widget class="QToolButton" name="toParentButton">
114       <property name="toolTip">
115        <string>Parent Directory</string>
116       </property>
117       <property name="accessibleName">
118        <string>Parent Directory</string>
119       </property>
120       <property name="accessibleDescription">
121        <string>Go to the parent directory</string>
122       </property>
123       <property name="shortcut">
124        <string>Alt+Up</string>
125       </property>
126      </widget>
127     </item>
128     <item>
129      <widget class="QToolButton" name="newFolderButton">
130       <property name="toolTip">
131        <string>Create New Folder</string>
132       </property>
133       <property name="accessibleName">
134        <string>Create New Folder</string>
135       </property>
136       <property name="accessibleDescription">
137        <string>Create a New Folder</string>
138       </property>
139      </widget>
140     </item>
141     <item>
142      <widget class="QToolButton" name="listModeButton">
143       <property name="toolTip">
144        <string>List View</string>
145       </property>
146       <property name="accessibleName">
147        <string>List View</string>
148       </property>
149       <property name="accessibleDescription">
150        <string>Change to list view mode</string>
151       </property>
152      </widget>
153     </item>
154     <item>
155      <widget class="QToolButton" name="detailModeButton">
156       <property name="toolTip">
157        <string>Detail View</string>
158       </property>
159       <property name="accessibleName">
160        <string>Detail View</string>
161       </property>
162       <property name="accessibleDescription">
163        <string>Change to detail view mode</string>
164       </property>
165      </widget>
166     </item>
167    </layout>
168   </item>
169   <item row="1" column="0" colspan="3">
170    <widget class="QSplitter" name="splitter">
171     <property name="sizePolicy">
172      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
173       <horstretch>0</horstretch>
174       <verstretch>0</verstretch>
175      </sizepolicy>
176     </property>
177     <property name="orientation">
178      <enum>Qt::Horizontal</enum>
179     </property>
180     <property name="childrenCollapsible">
181      <bool>false</bool>
182     </property>
183     <widget class="QSidebar" name="sidebar">
184      <property name="accessibleName">
185       <string>Sidebar</string>
186      </property>
187      <property name="accessibleDescription">
188       <string>List of places and bookmarks</string>
189      </property>
190     </widget>
191     <widget class="QFrame" name="frame">
192      <property name="frameShape">
193       <enum>QFrame::NoFrame</enum>
194      </property>
195      <property name="frameShadow">
196       <enum>QFrame::Raised</enum>
197      </property>
198      <layout class="QVBoxLayout">
199       <property name="spacing">
200        <number>0</number>
201       </property>
202       <property name="leftMargin">
203        <number>0</number>
204       </property>
205       <property name="topMargin">
206        <number>0</number>
207       </property>
208       <property name="rightMargin">
209        <number>0</number>
210       </property>
211       <property name="bottomMargin">
212        <number>0</number>
213       </property>
214       <item>
215        <widget class="QStackedWidget" name="stackedWidget">
216         <property name="currentIndex">
217          <number>0</number>
218         </property>
219         <widget class="QWidget" name="page">
220          <layout class="QVBoxLayout">
221           <property name="spacing">
222            <number>0</number>
223           </property>
224           <property name="leftMargin">
225            <number>0</number>
226           </property>
227           <property name="topMargin">
228            <number>0</number>
229           </property>
230           <property name="rightMargin">
231            <number>0</number>
232           </property>
233           <property name="bottomMargin">
234            <number>0</number>
235           </property>
236           <item>
237            <widget class="QFileDialogListView" name="listView">
238             <property name="accessibleName">
239              <string>Files</string>
240             </property>
241            </widget>
242           </item>
243          </layout>
244         </widget>
245         <widget class="QWidget" name="page_2">
246          <layout class="QVBoxLayout">
247           <property name="spacing">
248            <number>0</number>
249           </property>
250           <property name="leftMargin">
251            <number>0</number>
252           </property>
253           <property name="topMargin">
254            <number>0</number>
255           </property>
256           <property name="rightMargin">
257            <number>0</number>
258           </property>
259           <property name="bottomMargin">
260            <number>0</number>
261           </property>
262           <item>
263            <widget class="QFileDialogTreeView" name="treeView">
264             <property name="accessibleName">
265              <string>Files</string>
266             </property>
267            </widget>
268           </item>
269          </layout>
270         </widget>
271        </widget>
272       </item>
273      </layout>
274     </widget>
275    </widget>
276   </item>
277   <item row="2" column="0">
278    <widget class="QLabel" name="fileNameLabel">
279     <property name="sizePolicy">
280      <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
281       <horstretch>0</horstretch>
282       <verstretch>0</verstretch>
283      </sizepolicy>
284     </property>
285     <property name="minimumSize">
286      <size>
287       <width>0</width>
288       <height>0</height>
289      </size>
290     </property>
291    </widget>
292   </item>
293   <item row="2" column="1">
294    <widget class="QFileDialogLineEdit" name="fileNameEdit">
295     <property name="sizePolicy">
296      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
297       <horstretch>1</horstretch>
298       <verstretch>0</verstretch>
299      </sizepolicy>
300     </property>
301    </widget>
302   </item>
303   <item row="2" column="2" rowspan="2">
304    <widget class="QDialogButtonBox" name="buttonBox">
305     <property name="orientation">
306      <enum>Qt::Vertical</enum>
307     </property>
308     <property name="standardButtons">
309      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
310     </property>
311    </widget>
312   </item>
313   <item row="3" column="0">
314    <widget class="QLabel" name="fileTypeLabel">
315     <property name="sizePolicy">
316      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
317       <horstretch>0</horstretch>
318       <verstretch>0</verstretch>
319      </sizepolicy>
320     </property>
321     <property name="text">
322      <string>Files of type:</string>
323     </property>
324    </widget>
325   </item>
326   <item row="3" column="1">
327    <widget class="QComboBox" name="fileTypeCombo">
328     <property name="sizePolicy">
329      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
330       <horstretch>0</horstretch>
331       <verstretch>0</verstretch>
332      </sizepolicy>
333     </property>
334    </widget>
335   </item>
336  </layout>
337 </widget>
338 <customwidgets>
339  <customwidget>
340   <class>QFileDialogTreeView</class>
341   <extends>QTreeView</extends>
342   <header>private/qfiledialog_p.h</header>
343  </customwidget>
344  <customwidget>
345   <class>QFileDialogListView</class>
346   <extends>QListView</extends>
347   <header>private/qfiledialog_p.h</header>
348  </customwidget>
349  <customwidget>
350   <class>QSidebar</class>
351   <extends>QListWidget</extends>
352   <header>private/qsidebar_p.h</header>
353  </customwidget>
354  <customwidget>
355   <class>QFileDialogLineEdit</class>
356   <extends>QLineEdit</extends>
357   <header>private/qfiledialog_p.h</header>
358  </customwidget>
359  <customwidget>
360   <class>QFileDialogComboBox</class>
361   <extends>QComboBox</extends>
362   <header>private/qfiledialog_p.h</header>
363  </customwidget>
364 </customwidgets>
365 <tabstops>
366  <tabstop>lookInCombo</tabstop>
367  <tabstop>backButton</tabstop>
368  <tabstop>forwardButton</tabstop>
369  <tabstop>toParentButton</tabstop>
370  <tabstop>newFolderButton</tabstop>
371  <tabstop>listModeButton</tabstop>
372  <tabstop>detailModeButton</tabstop>
373  <tabstop>sidebar</tabstop>
374  <tabstop>treeView</tabstop>
375  <tabstop>listView</tabstop>
376  <tabstop>fileNameEdit</tabstop>
377  <tabstop>buttonBox</tabstop>
378  <tabstop>fileTypeCombo</tabstop>
379 </tabstops>
380 <resources/>
381 <connections/>
382</ui>
383