PartDesign: implement Transform and Pattern features

This commit is contained in:
jrheinlaender
2012-09-07 11:55:26 +02:00
committed by logari81
parent b9358f2179
commit 023c7fa0b1
59 changed files with 12916 additions and 576 deletions

View File

@@ -0,0 +1,61 @@
<?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>225</width>
<height>559</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Originals</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listFeatures"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Transformations</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listTransformFeatures"/>
</item>
<item>
<widget class="QCheckBox" name="checkBoxUpdateView">
<property name="text">
<string>Update view</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widgetFeature" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>180</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>