| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>PartGui::DlgPartImportStep</class> | |
| <widget class="QDialog" name="PartGui::DlgPartImportStep"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>349</width> | |
| <height>116</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>STEP Input File</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="GroupBox5"> | |
| <property name="title"> | |
| <string>File Name</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_2"> | |
| <property name="margin"> | |
| <number>11</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QLineEdit" name="FileName"> | |
| <property name="text"> | |
| <string/> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="0" column="1"> | |
| <widget class="QPushButton" name="SearchFile"> | |
| <property name="sizePolicy"> | |
| <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | |
| <horstretch>0</horstretch> | |
| <verstretch>0</verstretch> | |
| </sizepolicy> | |
| </property> | |
| <property name="minimumSize"> | |
| <size> | |
| <width>30</width> | |
| <height>0</height> | |
| </size> | |
| </property> | |
| <property name="maximumSize"> | |
| <size> | |
| <width>30</width> | |
| <height>32767</height> | |
| </size> | |
| </property> | |
| <property name="text"> | |
| <string>Search File</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QDialogButtonBox" name="buttonBox"> | |
| <property name="standardButtons"> | |
| <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <tabstops> | |
| <tabstop>FileName</tabstop> | |
| <tabstop>SearchFile</tabstop> | |
| </tabstops> | |
| <resources/> | |
| <connections/> | |
| </ui> | |