Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui

changeset 2223
054c285dab38
parent 571
1a4101cb87eb
child 3071
83d066710d60
equal deleted inserted replaced
2222:105f425944a2 2223:054c285dab38
40 <string>Exclude Files:</string> 40 <string>Exclude Files:</string>
41 </property> 41 </property>
42 </widget> 42 </widget>
43 </item> 43 </item>
44 <item> 44 <item>
45 <widget class="QLineEdit" name="excludeFilesEdit"> 45 <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
46 <property name="toolTip"> 46 <property name="toolTip">
47 <string>Enter filename patterns of files to be excluded separated by a comma</string> 47 <string>Enter filename patterns of files to be excluded separated by a comma</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QToolButton" name="clearButton">
53 <property name="toolTip">
54 <string>Press to clear the filter edit</string>
55 </property>
56 <property name="text">
57 <string/>
58 </property> 48 </property>
59 </widget> 49 </widget>
60 </item> 50 </item>
61 <item> 51 <item>
62 <widget class="Line" name="line"> 52 <widget class="Line" name="line">
137 </item> 127 </item>
138 </layout> 128 </layout>
139 </widget> 129 </widget>
140 <layoutdefault spacing="6" margin="6"/> 130 <layoutdefault spacing="6" margin="6"/>
141 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 131 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
132 <customwidgets>
133 <customwidget>
134 <class>E5ClearableLineEdit</class>
135 <extends>QLineEdit</extends>
136 <header>E5Gui/E5LineEdit.h</header>
137 </customwidget>
138 </customwidgets>
142 <tabstops> 139 <tabstops>
143 <tabstop>startButton</tabstop> 140 <tabstop>startButton</tabstop>
144 <tabstop>excludeFilesEdit</tabstop> 141 <tabstop>excludeFilesEdit</tabstop>
145 <tabstop>clearButton</tabstop>
146 <tabstop>resultList</tabstop> 142 <tabstop>resultList</tabstop>
147 <tabstop>buttonBox</tabstop> 143 <tabstop>buttonBox</tabstop>
148 </tabstops> 144 </tabstops>
149 <resources/> 145 <resources/>
150 <connections> 146 <connections/>
151 <connection>
152 <sender>clearButton</sender>
153 <signal>clicked()</signal>
154 <receiver>excludeFilesEdit</receiver>
155 <slot>clear()</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>527</x>
159 <y>22</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>492</x>
163 <y>19</y>
164 </hint>
165 </hints>
166 </connection>
167 </connections>
168 </ui> 147 </ui>

eric ide

mercurial