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