eric7/DataViews/CodeMetricsDialog.ui

branch
eric7
changeset 8350
74a3b2a6a944
parent 8312
800c432b34c8
equal deleted inserted replaced
8348:f4775ae8f441 8350:74a3b2a6a944
28 </property> 28 </property>
29 <property name="frameShadow"> 29 <property name="frameShadow">
30 <enum>QFrame::Raised</enum> 30 <enum>QFrame::Raised</enum>
31 </property> 31 </property>
32 <layout class="QHBoxLayout" name="horizontalLayout"> 32 <layout class="QHBoxLayout" name="horizontalLayout">
33 <property name="margin"> 33 <property name="leftMargin">
34 <number>0</number>
35 </property>
36 <property name="topMargin">
37 <number>0</number>
38 </property>
39 <property name="rightMargin">
40 <number>0</number>
41 </property>
42 <property name="bottomMargin">
34 <number>0</number> 43 <number>0</number>
35 </property> 44 </property>
36 <item> 45 <item>
37 <widget class="QLabel" name="label_2"> 46 <widget class="QLabel" name="label_2">
38 <property name="text"> 47 <property name="text">
39 <string>Exclude Files:</string> 48 <string>Exclude Files:</string>
40 </property> 49 </property>
41 </widget> 50 </widget>
42 </item> 51 </item>
43 <item> 52 <item>
44 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> 53 <widget class="QLineEdit" name="excludeFilesEdit">
45 <property name="toolTip"> 54 <property name="toolTip">
46 <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>
47 </property> 59 </property>
48 </widget> 60 </widget>
49 </item> 61 </item>
50 <item> 62 <item>
51 <widget class="Line" name="line"> 63 <widget class="Line" name="line">
170 </widget> 182 </widget>
171 </item> 183 </item>
172 </layout> 184 </layout>
173 </widget> 185 </widget>
174 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 186 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
175 <customwidgets>
176 <customwidget>
177 <class>E5ClearableLineEdit</class>
178 <extends>QLineEdit</extends>
179 <header>E5Gui/E5LineEdit.h</header>
180 </customwidget>
181 </customwidgets>
182 <tabstops> 187 <tabstops>
183 <tabstop>startButton</tabstop> 188 <tabstop>startButton</tabstop>
184 <tabstop>excludeFilesEdit</tabstop> 189 <tabstop>excludeFilesEdit</tabstop>
185 <tabstop>resultList</tabstop> 190 <tabstop>resultList</tabstop>
186 <tabstop>summaryList</tabstop> 191 <tabstop>summaryList</tabstop>

eric ide

mercurial