source: trunk/src/gui/dialogs/qfiledialog.ui@ 632

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

trunk: Merged in qt 4.6.1 sources.

File size: 9.7 KB
RevLine 
[2]1<ui version="4.0" >
2 <comment>*********************************************************************
3**
4** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
[561]5** All rights reserved.
6** Contact: Nokia Corporation ([email protected])
[2]7**
8** This file is part of the QtGui module of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial Usage
12** Licensees holding valid Qt Commercial licenses may use this file in
13** accordance with the Qt Commercial License Agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and Nokia.
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**
[561]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.
[2]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**
[561]37** If you have questions regarding the use of this file, please contact
38** Nokia at [email protected].
[2]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>