--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui Sun Sep 05 17:47:33 2010 +0200 +++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui Sun Sep 05 18:34:37 2010 +0200 @@ -21,7 +21,66 @@ <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QFrame" name="filterFrame"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="margin"> + <number>0</number> + </property> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Exclude Files:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="excludeFilesEdit"> + <property name="toolTip"> + <string>Enter filename patterns of files to be excluded separated by a comma</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="clearButton"> + <property name="toolTip"> + <string>Press to clear the filter edit</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="Line" name="line"> + <property name="lineWidth"> + <number>2</number> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="startButton"> + <property name="toolTip"> + <string>Press to start the syntax check run</string> + </property> + <property name="text"> + <string>Start</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> <item> <widget class="QTreeWidget" name="resultList"> <property name="whatsThis"> @@ -81,8 +140,29 @@ <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> + <tabstop>startButton</tabstop> + <tabstop>excludeFilesEdit</tabstop> + <tabstop>clearButton</tabstop> <tabstop>resultList</tabstop> + <tabstop>buttonBox</tabstop> </tabstops> <resources/> - <connections/> + <connections> + <connection> + <sender>clearButton</sender> + <signal>clicked()</signal> + <receiver>excludeFilesEdit</receiver> + <slot>clear()</slot> + <hints> + <hint type="sourcelabel"> + <x>527</x> + <y>22</y> + </hint> + <hint type="destinationlabel"> + <x>492</x> + <y>19</y> + </hint> + </hints> + </connection> + </connections> </ui>