2 <class>folderviewFilterConfig</class>
3 <widget class="QWidget" name="folderviewFilterConfig" >
4 <property name="geometry" >
12 <property name="sizePolicy" >
13 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14 <horstretch>0</horstretch>
15 <verstretch>0</verstretch>
18 <property name="minimumSize" >
24 <layout class="QVBoxLayout" name="verticalLayout_2" >
26 <widget class="QComboBox" name="filterType" >
28 <property name="text" >
29 <string>Show All Files</string>
33 <property name="text" >
34 <string>Show Files Matching</string>
38 <property name="text" >
39 <string>Hide Files Matching</string>
45 <widget class="QFrame" name="fileFilters" >
46 <property name="sizePolicy" >
47 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
48 <horstretch>0</horstretch>
49 <verstretch>10</verstretch>
52 <property name="frameShape" >
53 <enum>QFrame::StyledPanel</enum>
55 <property name="frameShadow" >
56 <enum>QFrame::Plain</enum>
58 <property name="lineWidth" >
61 <layout class="QGridLayout" name="gridLayout_3" >
62 <property name="margin" >
65 <property name="spacing" >
68 <item row="0" column="1" >
69 <layout class="QGridLayout" name="mimeTypeLayout" >
70 <property name="horizontalSpacing" >
73 <property name="verticalSpacing" >
76 <property name="margin" >
79 <item row="5" column="0" >
80 <layout class="QHBoxLayout" name="horizontalLayout" >
81 <property name="spacing" >
84 <property name="margin" >
88 <widget class="QListView" name="filterFilesList" >
89 <property name="sizePolicy" >
90 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
91 <horstretch>0</horstretch>
92 <verstretch>0</verstretch>
95 <property name="selectionMode" >
96 <enum>QAbstractItemView::NoSelection</enum>
98 <property name="flow" >
99 <enum>QListView::TopToBottom</enum>
101 <property name="uniformItemSizes" >
107 <layout class="QVBoxLayout" name="verticalLayout" >
108 <property name="spacing" >
111 <property name="leftMargin" >
114 <property name="topMargin" >
117 <property name="rightMargin" >
120 <property name="bottomMargin" >
124 <widget class="QPushButton" name="selectAll" >
125 <property name="text" >
126 <string>Select All</string>
131 <widget class="QPushButton" name="deselectAll" >
132 <property name="text" >
133 <string>Deselect All</string>
138 <spacer name="verticalSpacer" >
139 <property name="orientation" >
140 <enum>Qt::Vertical</enum>
142 <property name="sizeHint" stdset="0" >
154 <item row="3" column="0" >
155 <widget class="KLineEdit" name="searchMimetype" >
156 <property name="clickMessage" >
157 <string>Search file type</string>
159 <property name="showClearButton" stdset="0" >
164 <item row="2" column="0" >
165 <widget class="QLabel" name="fileTypesLabel" >
166 <property name="text" >
167 <string>File types:</string>
171 <item row="0" column="0" >
172 <widget class="QLabel" name="fileNameLabel" >
173 <property name="text" >
174 <string>File name pattern:</string>
178 <item row="1" column="0" >
179 <widget class="KLineEdit" name="filterFilesPattern" >
180 <property name="sizePolicy" >
181 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
182 <horstretch>0</horstretch>
183 <verstretch>0</verstretch>
186 <property name="toolTip" >
187 <string>Space-separated list of extensions, e.g. *.txt *.od*</string>
189 <property name="whatsThis" >
190 <string>Space-separated list of extensions, e.g. *.txt *.od* to display only office- and text-files</string>
192 <property name="alignment" >
193 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
195 <property name="urlDropsEnabled" >
198 <property name="clickMessage" >
199 <string>Pattern filter</string>
201 <property name="showClearButton" stdset="0" >
215 <class>KLineEdit</class>
216 <extends>QLineEdit</extends>
217 <header>klineedit.h</header>
221 <include location="global" >KDE/KUrlRequester</include>