DataViews/PyCoverageDialog.ui

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

eric ide

mercurial