Files
create/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.ui
donovaly d5787f9bda [PD] allow to change feature order in patterns
As discussed here: https://forum.freecadweb.org/viewtopic.php?f=27&t=48998#p420352
The pattern dialogs need a feature to change the order of the features to be patterned
2020-07-31 11:47:31 +02:00

116 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PartDesignGui::TaskMultiTransformParameters</class>
<widget class="QWidget" name="PartDesignGui::TaskMultiTransformParameters">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>266</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="buttonAddFeature">
<property name="text">
<string>Add feature</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRemoveFeature">
<property name="text">
<string>Remove feature</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetFeatures">
<property name="toolTip">
<string>List can be reordered by dragging</string>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Transformations</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listTransformFeatures">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxUpdateView">
<property name="text">
<string>Update view</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonAddFeature</sender>
<signal>clicked(bool)</signal>
<receiver>buttonRemoveFeature</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>67</x>
<y>21</y>
</hint>
<hint type="destinationlabel">
<x>188</x>
<y>21</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonRemoveFeature</sender>
<signal>clicked(bool)</signal>
<receiver>buttonAddFeature</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>188</x>
<y>21</y>
</hint>
<hint type="destinationlabel">
<x>67</x>
<y>21</y>
</hint>
</hints>
</connection>
</connections>
</ui>