|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PyCoverageDialog</class> |
|
4 <widget class="QDialog" name="PyCoverageDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>832</width> |
|
10 <height>585</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="sizePolicy"> |
|
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
15 <horstretch>0</horstretch> |
|
16 <verstretch>3</verstretch> |
|
17 </sizepolicy> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>Python Code Coverage</string> |
|
21 </property> |
|
22 <property name="whatsThis"> |
|
23 <string><b>Python Code Coverage</b> |
|
24 <p>This dialog shows the collected code coverage data.</p></string> |
|
25 </property> |
|
26 <property name="sizeGripEnabled"> |
|
27 <bool>true</bool> |
|
28 </property> |
|
29 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
30 <item> |
|
31 <layout class="QHBoxLayout"> |
|
32 <item> |
|
33 <widget class="QLabel" name="textLabel1_2"> |
|
34 <property name="text"> |
|
35 <string>E&xclude pattern:</string> |
|
36 </property> |
|
37 <property name="buddy"> |
|
38 <cstring>excludeCombo</cstring> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QComboBox" name="excludeCombo"> |
|
44 <property name="sizePolicy"> |
|
45 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
46 <horstretch>0</horstretch> |
|
47 <verstretch>0</verstretch> |
|
48 </sizepolicy> |
|
49 </property> |
|
50 <property name="toolTip"> |
|
51 <string>Enter a regexp pattern marking lines to exclude from coverage</string> |
|
52 </property> |
|
53 <property name="whatsThis"> |
|
54 <string><b>Exclude pattern</b> |
|
55 <p>Enter a regular expression pattern. Lines matching this pattern are excluded from the coverage analysis. The default pattern is '#pragma[: ]+[nN][oO] [cC][oO][vV][eE][rR]'. If the pattern is found on a line containing the colon that introduces a suite of statements, the entire suite is excluded.</p></string> |
|
56 </property> |
|
57 <property name="editable"> |
|
58 <bool>true</bool> |
|
59 </property> |
|
60 <property name="insertPolicy"> |
|
61 <enum>QComboBox::InsertAtTop</enum> |
|
62 </property> |
|
63 <property name="duplicatesEnabled"> |
|
64 <bool>false</bool> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QPushButton" name="reloadButton"> |
|
70 <property name="text"> |
|
71 <string>&Reload</string> |
|
72 </property> |
|
73 <property name="shortcut"> |
|
74 <string>Alt+R</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </item> |
|
80 <item> |
|
81 <widget class="QTreeWidget" name="resultList"> |
|
82 <property name="sizePolicy"> |
|
83 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
84 <horstretch>0</horstretch> |
|
85 <verstretch>3</verstretch> |
|
86 </sizepolicy> |
|
87 </property> |
|
88 <property name="whatsThis"> |
|
89 <string><b>Python Code Coverage</b> |
|
90 <p>This list shows the collected code coverage data. There are several actions available via the context menu.</p></string> |
|
91 </property> |
|
92 <property name="alternatingRowColors"> |
|
93 <bool>true</bool> |
|
94 </property> |
|
95 <property name="rootIsDecorated"> |
|
96 <bool>false</bool> |
|
97 </property> |
|
98 <property name="itemsExpandable"> |
|
99 <bool>false</bool> |
|
100 </property> |
|
101 <column> |
|
102 <property name="text"> |
|
103 <string>Name</string> |
|
104 </property> |
|
105 </column> |
|
106 <column> |
|
107 <property name="text"> |
|
108 <string>Statements</string> |
|
109 </property> |
|
110 </column> |
|
111 <column> |
|
112 <property name="text"> |
|
113 <string>Executed</string> |
|
114 </property> |
|
115 </column> |
|
116 <column> |
|
117 <property name="text"> |
|
118 <string>Coverage</string> |
|
119 </property> |
|
120 </column> |
|
121 <column> |
|
122 <property name="text"> |
|
123 <string>Excluded</string> |
|
124 </property> |
|
125 </column> |
|
126 <column> |
|
127 <property name="text"> |
|
128 <string>Missing</string> |
|
129 </property> |
|
130 </column> |
|
131 </widget> |
|
132 </item> |
|
133 <item> |
|
134 <widget class="QGroupBox" name="summaryGroup"> |
|
135 <property name="sizePolicy"> |
|
136 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
137 <horstretch>0</horstretch> |
|
138 <verstretch>1</verstretch> |
|
139 </sizepolicy> |
|
140 </property> |
|
141 <property name="title"> |
|
142 <string>Summary</string> |
|
143 </property> |
|
144 <layout class="QVBoxLayout" name="verticalLayout"> |
|
145 <item> |
|
146 <widget class="QTreeWidget" name="summaryList"> |
|
147 <property name="whatsThis"> |
|
148 <string><b>Summary</b> |
|
149 <p>This shows some overall code coverage information.</p></string> |
|
150 </property> |
|
151 <property name="alternatingRowColors"> |
|
152 <bool>true</bool> |
|
153 </property> |
|
154 <property name="rootIsDecorated"> |
|
155 <bool>false</bool> |
|
156 </property> |
|
157 <property name="itemsExpandable"> |
|
158 <bool>false</bool> |
|
159 </property> |
|
160 <column> |
|
161 <property name="text"> |
|
162 <string>Statements</string> |
|
163 </property> |
|
164 </column> |
|
165 <column> |
|
166 <property name="text"> |
|
167 <string>Executed</string> |
|
168 </property> |
|
169 </column> |
|
170 <column> |
|
171 <property name="text"> |
|
172 <string>Coverage</string> |
|
173 </property> |
|
174 </column> |
|
175 </widget> |
|
176 </item> |
|
177 </layout> |
|
178 </widget> |
|
179 </item> |
|
180 <item> |
|
181 <widget class="QProgressBar" name="checkProgress"> |
|
182 <property name="toolTip"> |
|
183 <string>Shows the progress of the code coverage action</string> |
|
184 </property> |
|
185 <property name="value"> |
|
186 <number>0</number> |
|
187 </property> |
|
188 <property name="orientation"> |
|
189 <enum>Qt::Horizontal</enum> |
|
190 </property> |
|
191 <property name="format"> |
|
192 <string>%v/%m Files</string> |
|
193 </property> |
|
194 </widget> |
|
195 </item> |
|
196 <item> |
|
197 <widget class="QDialogButtonBox" name="buttonBox"> |
|
198 <property name="orientation"> |
|
199 <enum>Qt::Horizontal</enum> |
|
200 </property> |
|
201 <property name="standardButtons"> |
|
202 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
|
206 </layout> |
|
207 </widget> |
|
208 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
209 <tabstops> |
|
210 <tabstop>excludeCombo</tabstop> |
|
211 <tabstop>reloadButton</tabstop> |
|
212 <tabstop>resultList</tabstop> |
|
213 <tabstop>summaryList</tabstop> |
|
214 </tabstops> |
|
215 <resources/> |
|
216 <connections/> |
|
217 </ui> |