src/eric7/DataViews/CodeMetricsDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8350
74a3b2a6a944
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CodeMetricsDialog</class>
4 <widget class="QDialog" name="CodeMetricsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>832</width>
10 <height>587</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Code Metrics</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Code Metrics&lt;/b&gt;
18 &lt;p&gt;This dialog shows some code metrics.&lt;/p&gt;</string>
19 </property>
20 <property name="sizeGripEnabled">
21 <bool>true</bool>
22 </property>
23 <layout class="QVBoxLayout" name="verticalLayout">
24 <item>
25 <widget class="QFrame" name="filterFrame">
26 <property name="frameShape">
27 <enum>QFrame::NoFrame</enum>
28 </property>
29 <property name="frameShadow">
30 <enum>QFrame::Raised</enum>
31 </property>
32 <layout class="QHBoxLayout" name="horizontalLayout">
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">
43 <number>0</number>
44 </property>
45 <item>
46 <widget class="QLabel" name="label_2">
47 <property name="text">
48 <string>Exclude Files:</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QLineEdit" name="excludeFilesEdit">
54 <property name="toolTip">
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>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="Line" name="line">
64 <property name="lineWidth">
65 <number>2</number>
66 </property>
67 <property name="orientation">
68 <enum>Qt::Vertical</enum>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="startButton">
74 <property name="toolTip">
75 <string>Press to start the code metrics run</string>
76 </property>
77 <property name="text">
78 <string>Start</string>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 </item>
85 <item>
86 <widget class="QTreeWidget" name="resultList">
87 <property name="whatsThis">
88 <string>&lt;b&gt;Code metrics&lt;/b&gt;
89 &lt;p&gt;This list shows some code metrics.&lt;/p&gt;</string>
90 </property>
91 <property name="alternatingRowColors">
92 <bool>true</bool>
93 </property>
94 <column>
95 <property name="text">
96 <string>Name</string>
97 </property>
98 </column>
99 <column>
100 <property name="text">
101 <string>Start</string>
102 </property>
103 </column>
104 <column>
105 <property name="text">
106 <string>End</string>
107 </property>
108 </column>
109 <column>
110 <property name="text">
111 <string>Lines</string>
112 </property>
113 </column>
114 <column>
115 <property name="text">
116 <string>Lines of code</string>
117 </property>
118 </column>
119 <column>
120 <property name="text">
121 <string>Comments</string>
122 </property>
123 </column>
124 <column>
125 <property name="text">
126 <string>Empty</string>
127 </property>
128 </column>
129 </widget>
130 </item>
131 <item>
132 <widget class="QTreeWidget" name="summaryList">
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
135 <horstretch>0</horstretch>
136 <verstretch>0</verstretch>
137 </sizepolicy>
138 </property>
139 <property name="whatsThis">
140 <string>&lt;b&gt;Summary&lt;/b&gt;
141 &lt;p&gt;This shows some overall code metrics.&lt;/p&gt;</string>
142 </property>
143 <property name="alternatingRowColors">
144 <bool>true</bool>
145 </property>
146 <column>
147 <property name="text">
148 <string>Summary</string>
149 </property>
150 </column>
151 <column>
152 <property name="text">
153 <string>#</string>
154 </property>
155 </column>
156 </widget>
157 </item>
158 <item>
159 <widget class="QProgressBar" name="checkProgress">
160 <property name="toolTip">
161 <string>Shows the progress of the code metrics action</string>
162 </property>
163 <property name="value">
164 <number>0</number>
165 </property>
166 <property name="orientation">
167 <enum>Qt::Horizontal</enum>
168 </property>
169 <property name="format">
170 <string>%v/%m Files</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <widget class="QDialogButtonBox" name="buttonBox">
176 <property name="orientation">
177 <enum>Qt::Horizontal</enum>
178 </property>
179 <property name="standardButtons">
180 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
181 </property>
182 </widget>
183 </item>
184 </layout>
185 </widget>
186 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
187 <tabstops>
188 <tabstop>startButton</tabstop>
189 <tabstop>excludeFilesEdit</tabstop>
190 <tabstop>resultList</tabstop>
191 <tabstop>summaryList</tabstop>
192 <tabstop>buttonBox</tabstop>
193 </tabstops>
194 <resources/>
195 <connections/>
196 </ui>

eric ide

mercurial