Sat, 03 Dec 2016 12:49:53 +0100
Re-merged with the default branch.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PyCoverageDialog</class> <widget class="QDialog" name="PyCoverageDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>832</width> <height>585</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>3</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Python Code Coverage</string> </property> <property name="whatsThis"> <string><b>Python Code Coverage</b> <p>This dialog shows the collected code coverage data.</p></string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout"> <item> <widget class="QLabel" name="textLabel1_2"> <property name="text"> <string>E&xclude pattern:</string> </property> <property name="buddy"> <cstring>excludeCombo</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="excludeCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter a regexp pattern marking lines to exclude from coverage</string> </property> <property name="whatsThis"> <string><b>Exclude pattern</b> <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> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="reloadButton"> <property name="text"> <string>&Reload</string> </property> <property name="shortcut"> <string>Alt+R</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTreeWidget" name="resultList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>3</verstretch> </sizepolicy> </property> <property name="whatsThis"> <string><b>Python Code Coverage</b> <p>This list shows the collected code coverage data. There are several actions available via the context menu.</p></string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Statements</string> </property> </column> <column> <property name="text"> <string>Executed</string> </property> </column> <column> <property name="text"> <string>Coverage</string> </property> </column> <column> <property name="text"> <string>Excluded</string> </property> </column> <column> <property name="text"> <string>Missing</string> </property> </column> </widget> </item> <item> <widget class="QGroupBox" name="summaryGroup"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="title"> <string>Summary</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTreeWidget" name="summaryList"> <property name="whatsThis"> <string><b>Summary</b> <p>This shows some overall code coverage information.</p></string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <column> <property name="text"> <string>Statements</string> </property> </column> <column> <property name="text"> <string>Executed</string> </property> </column> <column> <property name="text"> <string>Coverage</string> </property> </column> </widget> </item> </layout> </widget> </item> <item> <widget class="QProgressBar" name="checkProgress"> <property name="toolTip"> <string>Shows the progress of the code coverage action</string> </property> <property name="value"> <number>0</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="format"> <string>%v/%m Files</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>excludeCombo</tabstop> <tabstop>reloadButton</tabstop> <tabstop>resultList</tabstop> <tabstop>summaryList</tabstop> </tabstops> <resources/> <connections/> </ui>