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