diff -r d00447340771 -r dc2436a9e2a1 Preferences/ConfigurationPages/InterfacePage.ui --- a/Preferences/ConfigurationPages/InterfacePage.ui Sun Feb 20 19:00:53 2011 +0100 +++ b/Preferences/ConfigurationPages/InterfacePage.ui Sat Feb 26 12:30:48 2011 +0100 @@ -10,7 +10,7 @@ <height>1121</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -77,6 +77,24 @@ </property> </widget> </item> + <item row="2" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Filter out files:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="fileFiltersEdit"> + <property name="toolTip"> + <string>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> </item> @@ -570,6 +588,7 @@ <tabstop>uiBrowsersHideNonPublicCheckBox</tabstop> <tabstop>uiBrowsersSortByOccurrenceCheckBox</tabstop> <tabstop>uiBrowsersShowHiddenCheckBox</tabstop> + <tabstop>fileFiltersEdit</tabstop> <tabstop>lvAutoRaiseCheckBox</tabstop> <tabstop>stderrTextColourButton</tabstop> <tabstop>uiCaptionShowsFilenameGroupBox</tabstop>