| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>PartGui::DlgImportExportIges</class> |
| <widget class="QWidget" name="PartGui::DlgImportExportIges"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>515</width> |
| <height>446</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>IGES</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_5"> |
| <item row="0" column="0"> |
| <widget class="QGroupBox" name="groupBox"> |
| <property name="title"> |
| <string>Export</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_4"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Units for export of IGES</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="0" column="2"> |
| <widget class="QComboBox" name="comboBoxUnits"> |
| <item> |
| <property name="text"> |
| <string>Millimeter</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Meter</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Inch</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="1" column="0" colspan="3"> |
| <widget class="QGroupBox" name="groupBox_3"> |
| <property name="title"> |
| <string>Export Solids and Shells As</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QRadioButton" name="radioButtonBRepOff"> |
| <property name="toolTip"> |
| <string>Solids and shells will be exported as trimmed surface</string> |
| </property> |
| <property name="text"> |
| <string>Groups of Trimmed Surfaces (type 144)</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QRadioButton" name="radioButtonBRepOn"> |
| <property name="toolTip"> |
| <string>Solids will be exported as manifold solid B-rep object, shells as shell</string> |
| </property> |
| <property name="text"> |
| <string>Solids (type 186) and shells (type 514) / B-rep mode</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QGroupBox" name="groupBox_2"> |
| <property name="title"> |
| <string>Import</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_3"> |
| <item row="0" column="0"> |
| <widget class="QCheckBox" name="checkSkipBlank"> |
| <property name="toolTip"> |
| <string>Blank entities will not be imported</string> |
| </property> |
| <property name="text"> |
| <string>Skip blank entities</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QGroupBox" name="groupBoxHeader"> |
| <property name="toolTip"> |
| <string>If not empty, field contents will be used in the IGES file header</string> |
| </property> |
| <property name="title"> |
| <string>Header</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_2"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string>Company</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QLineEdit" name="lineEditCompany"/> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="label_4"> |
| <property name="text"> |
| <string>Author</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QLineEdit" name="lineEditAuthor"/> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="label_3"> |
| <property name="text"> |
| <string>Product</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1"> |
| <widget class="QLineEdit" name="lineEditProduct"/> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="3" column="0"> |
| <spacer name="verticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>82</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| <tabstops> |
| <tabstop>comboBoxUnits</tabstop> |
| <tabstop>radioButtonBRepOff</tabstop> |
| <tabstop>radioButtonBRepOn</tabstop> |
| <tabstop>checkSkipBlank</tabstop> |
| <tabstop>lineEditCompany</tabstop> |
| <tabstop>lineEditAuthor</tabstop> |
| <tabstop>lineEditProduct</tabstop> |
| </tabstops> |
| <resources/> |
| <connections/> |
| </ui> |
|
|