48 <string>Exclude Files:</string> |
48 <string>Exclude Files:</string> |
49 </property> |
49 </property> |
50 </widget> |
50 </widget> |
51 </item> |
51 </item> |
52 <item> |
52 <item> |
53 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
53 <widget class="QLineEdit" name="excludeFilesEdit"> |
54 <property name="toolTip"> |
54 <property name="toolTip"> |
55 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
55 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
|
56 </property> |
|
57 <property name="clearButtonEnabled"> |
|
58 <bool>true</bool> |
56 </property> |
59 </property> |
57 </widget> |
60 </widget> |
58 </item> |
61 </item> |
59 <item> |
62 <item> |
60 <widget class="Line" name="line"> |
63 <widget class="Line" name="line"> |
179 </property> |
182 </property> |
180 </widget> |
183 </widget> |
181 </widget> |
184 </widget> |
182 </item> |
185 </item> |
183 <item> |
186 <item> |
184 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
187 <widget class="EricSqueezeLabelPath" name="checkProgressLabel"> |
185 <property name="sizePolicy"> |
188 <property name="sizePolicy"> |
186 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
189 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
187 <horstretch>0</horstretch> |
190 <horstretch>0</horstretch> |
188 <verstretch>0</verstretch> |
191 <verstretch>0</verstretch> |
189 </sizepolicy> |
192 </sizepolicy> |
223 </widget> |
226 </widget> |
224 <layoutdefault spacing="6" margin="6"/> |
227 <layoutdefault spacing="6" margin="6"/> |
225 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
228 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
226 <customwidgets> |
229 <customwidgets> |
227 <customwidget> |
230 <customwidget> |
228 <class>E5ClearableLineEdit</class> |
231 <class>EricSqueezeLabelPath</class> |
229 <extends>QLineEdit</extends> |
|
230 <header>E5Gui/E5LineEdit.h</header> |
|
231 </customwidget> |
|
232 <customwidget> |
|
233 <class>E5SqueezeLabelPath</class> |
|
234 <extends>QLabel</extends> |
232 <extends>QLabel</extends> |
235 <header>E5Gui/E5SqueezeLabels.h</header> |
233 <header>EricWidgets/EricSqueezeLabels.h</header> |
236 </customwidget> |
234 </customwidget> |
237 </customwidgets> |
235 </customwidgets> |
238 <tabstops> |
236 <tabstops> |
239 <tabstop>startButton</tabstop> |
237 <tabstop>startButton</tabstop> |
240 <tabstop>excludeFilesEdit</tabstop> |
238 <tabstop>excludeFilesEdit</tabstop> |