| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>PartDesignGui::TaskFeaturePick</class> | |
| <widget class="QWidget" name="PartDesignGui::TaskFeaturePick"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>364</width> | |
| <height>487</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string notr="true">Form</string> | |
| </property> | |
| <layout class="QVBoxLayout" name="verticalLayout_4"> | |
| <item> | |
| <widget class="QListWidget" name="listWidget"/> | |
| </item> | |
| <item> | |
| <widget class="QCheckBox" name="checkUsed"> | |
| <property name="text"> | |
| <string>Allow used features</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QGroupBox" name="checkExternal"> | |
| <property name="title"> | |
| <string>Allow External Features</string> | |
| </property> | |
| <property name="checkable"> | |
| <bool>false</bool> | |
| </property> | |
| <property name="checked"> | |
| <bool>false</bool> | |
| </property> | |
| <layout class="QVBoxLayout" name="verticalLayout_2"> | |
| <item> | |
| <widget class="QCheckBox" name="checkOtherBody"> | |
| <property name="text"> | |
| <string>From other bodies of the same part</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QCheckBox" name="checkOtherPart"> | |
| <property name="text"> | |
| <string>From different parts or free features</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="Line" name="line"> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QRadioButton" name="radioIndependent"> | |
| <property name="enabled"> | |
| <bool>false</bool> | |
| </property> | |
| <property name="text"> | |
| <string>Make independent copy (recommended)</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QRadioButton" name="radioDependent"> | |
| <property name="enabled"> | |
| <bool>false</bool> | |
| </property> | |
| <property name="text"> | |
| <string>Make dependent copy</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QRadioButton" name="radioXRef"> | |
| <property name="enabled"> | |
| <bool>false</bool> | |
| </property> | |
| <property name="text"> | |
| <string>Create cross-reference</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <resources/> | |
| <connections/> | |
| </ui> | |