76 lines
2.0 KiB
XML
76 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TaskAssemblyInsertLink</class>
|
|
<widget class="QWidget" name="TaskAssemblyInsertLink">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>376</width>
|
|
<height>387</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Insert Link</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLineEdit" name="filterPartList">
|
|
<property name="placeholderText">
|
|
<string>Search parts...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QListWidget" name="partList"/>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<layout class="QHBoxLayout" name="hLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label1">
|
|
<property name="text">
|
|
<string>Don't find your part? </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="openFileButton">
|
|
<property name="text">
|
|
<string>Open file</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="Gui::PrefCheckBox" name="CheckBox_InsertInParts">
|
|
<property name="toolTip">
|
|
<string>If checked, the selected object will be inserted inside a Part container, unless it is already a Part.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Insert as part</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="prefEntry" stdset="0">
|
|
<cstring>InsertInParts</cstring>
|
|
</property>
|
|
<property name="prefPath" stdset="0">
|
|
<cstring>Mod/Assembly</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Gui::PrefCheckBox</class>
|
|
<extends>QCheckBox</extends>
|
|
<header>Gui/PrefWidgets.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|