RadonMetrics/CyclomaticComplexityDialog.ui

branch
eric7
changeset 83
d3490ea9facc
parent 55
755bc8e1485a
child 93
1ae73306422a
equal deleted inserted replaced
82:042dcb26e7b4 83:d3490ea9facc
83 <string>Exclude Files:</string> 83 <string>Exclude Files:</string>
84 </property> 84 </property>
85 </widget> 85 </widget>
86 </item> 86 </item>
87 <item> 87 <item>
88 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> 88 <widget class="QLineEdit" name="excludeFilesEdit">
89 <property name="toolTip"> 89 <property name="toolTip">
90 <string>Enter filename patterns of files to be excluded separated by a comma</string> 90 <string>Enter filename patterns of files to be excluded separated by a comma</string>
91 </property>
92 <property name="clearButtonEnabled">
93 <bool>true</bool>
91 </property> 94 </property>
92 </widget> 95 </widget>
93 </item> 96 </item>
94 <item> 97 <item>
95 <widget class="Line" name="line"> 98 <widget class="Line" name="line">
116 </item> 119 </item>
117 </layout> 120 </layout>
118 </item> 121 </item>
119 <item> 122 <item>
120 <widget class="QTreeWidget" name="resultList"> 123 <widget class="QTreeWidget" name="resultList">
124 <property name="contextMenuPolicy">
125 <enum>Qt::CustomContextMenu</enum>
126 </property>
121 <property name="alternatingRowColors"> 127 <property name="alternatingRowColors">
122 <bool>true</bool> 128 <bool>true</bool>
123 </property> 129 </property>
124 <property name="expandsOnDoubleClick"> 130 <property name="expandsOnDoubleClick">
125 <bool>false</bool> 131 <bool>false</bool>
190 </widget> 196 </widget>
191 </item> 197 </item>
192 </layout> 198 </layout>
193 </item> 199 </item>
194 <item> 200 <item>
195 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> 201 <widget class="EricSqueezeLabelPath" name="checkProgressLabel">
196 <property name="sizePolicy"> 202 <property name="sizePolicy">
197 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 203 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
198 <horstretch>0</horstretch> 204 <horstretch>0</horstretch>
199 <verstretch>0</verstretch> 205 <verstretch>0</verstretch>
200 </sizepolicy> 206 </sizepolicy>
234 </widget> 240 </widget>
235 <layoutdefault spacing="6" margin="6"/> 241 <layoutdefault spacing="6" margin="6"/>
236 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 242 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
237 <customwidgets> 243 <customwidgets>
238 <customwidget> 244 <customwidget>
239 <class>E5ClearableLineEdit</class> 245 <class>EricSqueezeLabelPath</class>
240 <extends>QLineEdit</extends>
241 <header>E5Gui/E5LineEdit.h</header>
242 </customwidget>
243 <customwidget>
244 <class>E5SqueezeLabelPath</class>
245 <extends>QLabel</extends> 246 <extends>QLabel</extends>
246 <header>E5Gui/E5SqueezeLabels.h</header> 247 <header>EricWidgets/EricSqueezeLabels.h</header>
247 </customwidget> 248 </customwidget>
248 </customwidgets> 249 </customwidgets>
249 <tabstops> 250 <tabstops>
250 <tabstop>startButton</tabstop> 251 <tabstop>startButton</tabstop>
251 <tabstop>rankComboBox</tabstop> 252 <tabstop>rankComboBox</tabstop>

eric ide

mercurial