DataViews/CodeMetricsDialog.ui

changeset 2223
054c285dab38
parent 570
43a680c5c8e6
child 3071
83d066710d60
equal deleted inserted replaced
2222:105f425944a2 2223:054c285dab38
39 <string>Exclude Files:</string> 39 <string>Exclude Files:</string>
40 </property> 40 </property>
41 </widget> 41 </widget>
42 </item> 42 </item>
43 <item> 43 <item>
44 <widget class="QLineEdit" name="excludeFilesEdit"> 44 <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
45 <property name="toolTip"> 45 <property name="toolTip">
46 <string>Enter filename patterns of files to be excluded separated by a comma</string> 46 <string>Enter filename patterns of files to be excluded separated by a comma</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QToolButton" name="clearButton">
52 <property name="toolTip">
53 <string>Press to clear the filter edit</string>
54 </property>
55 <property name="text">
56 <string/>
57 </property> 47 </property>
58 </widget> 48 </widget>
59 </item> 49 </item>
60 <item> 50 <item>
61 <widget class="Line" name="line"> 51 <widget class="Line" name="line">
178 </item> 168 </item>
179 </layout> 169 </layout>
180 </widget> 170 </widget>
181 <layoutdefault spacing="6" margin="6"/> 171 <layoutdefault spacing="6" margin="6"/>
182 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 172 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
173 <customwidgets>
174 <customwidget>
175 <class>E5ClearableLineEdit</class>
176 <extends>QLineEdit</extends>
177 <header>E5Gui/E5LineEdit.h</header>
178 </customwidget>
179 </customwidgets>
183 <tabstops> 180 <tabstops>
184 <tabstop>startButton</tabstop> 181 <tabstop>startButton</tabstop>
185 <tabstop>excludeFilesEdit</tabstop> 182 <tabstop>excludeFilesEdit</tabstop>
186 <tabstop>clearButton</tabstop>
187 <tabstop>resultList</tabstop> 183 <tabstop>resultList</tabstop>
188 <tabstop>summaryList</tabstop> 184 <tabstop>summaryList</tabstop>
189 <tabstop>buttonBox</tabstop> 185 <tabstop>buttonBox</tabstop>
190 </tabstops> 186 </tabstops>
191 <resources/> 187 <resources/>
192 <connections> 188 <connections/>
193 <connection>
194 <sender>clearButton</sender>
195 <signal>clicked()</signal>
196 <receiver>excludeFilesEdit</receiver>
197 <slot>clear()</slot>
198 <hints>
199 <hint type="sourcelabel">
200 <x>717</x>
201 <y>18</y>
202 </hint>
203 <hint type="destinationlabel">
204 <x>659</x>
205 <y>20</y>
206 </hint>
207 </hints>
208 </connection>
209 </connections>
210 </ui> 189 </ui>

eric ide

mercurial