~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to src/widgets/dialogs/qfiledialog.ui

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

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