FreeCAD / src /Mod /Test /Gui /UnitTest.ui
AbdulElahGwaith's picture
Upload folder using huggingface_hub
985c397 verified
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author/>
<comment/>
<exportmacro/>
<class>TestGui::UnitTest</class>
<widget class="QDialog" name="TestGui::UnitTest">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>434</height>
</rect>
</property>
<property name="windowTitle">
<string>FreeCAD Unit Test</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QGroupBox" name="buttonGroup1">
<property name="title">
<string>Test</string>
</property>
<layout class="QHBoxLayout">
<property name="margin">
<number>5</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="textLabelTest">
<property name="text">
<string>Select test name</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboTests">
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item rowspan="3" row="0" column="1">
<layout class="QVBoxLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="startButton">
<property name="text">
<string>&amp;Start</string>
</property>
<property name="shortcut">
<string>Alt+S</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>77</width>
<height>141</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="copyButton">
<property name="text">
<string>&amp;Copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="helpButton">
<property name="text">
<string>&amp;Help</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="aboutButton">
<property name="text">
<string>&amp;About</string>
</property>
<property name="shortcut">
<string>Alt+A</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="closeButton">
<property name="text">
<string>Close</string>
</property>
<property name="shortcut">
<string>Alt+C</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox1">
<property name="title">
<string>Progress</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="0" colspan="8">
<widget class="QProgressBar" name="progressBar">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="textLabelRun">
<property name="text">
<string>Run</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="textLabelRunCt">
<property name="text">
<string notr="true">&lt;font color="#0000ff"&gt;0&lt;/font&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="textLabelFail">
<property name="text">
<string>Failures</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="textLabelFailCt">
<property name="text">
<string notr="true">&lt;font color="#0000ff"&gt;0&lt;/font&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLabel" name="textLabelErr">
<property name="text">
<string>Errors</string>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="textLabelErrCt">
<property name="text">
<string notr="true">&lt;font color="#0000ff"&gt;0&lt;/font&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="6">
<widget class="QLabel" name="textLabelRem">
<property name="text">
<string>Remaining</string>
</property>
</widget>
</item>
<item row="1" column="7">
<widget class="QLabel" name="textLabelRemCt">
<property name="text">
<string notr="true">&lt;font color="#0000ff"&gt;0&lt;/font&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox2">
<property name="title">
<string>Failures and Errors</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QTreeWidget" name="treeViewFailure">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text">
<string>Description</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QLabel" name="textLabelStatus">
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>Idle</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>comboTests</tabstop>
<tabstop>startButton</tabstop>
<tabstop>treeViewFailure</tabstop>
<tabstop>copyButton</tabstop>
<tabstop>helpButton</tabstop>
<tabstop>aboutButton</tabstop>
<tabstop>closeButton</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>closeButton</sender>
<signal>clicked()</signal>
<receiver>TestGui::UnitTest</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>376</x>
<y>421</y>
</hint>
<hint type="destinationlabel">
<x>214</x>
<y>252</y>
</hint>
</hints>
</connection>
</connections>
</ui>