Show some help text in sweep panel
This commit is contained in:
parent
6a2a726276
commit
55a205062a
|
@ -14,17 +14,17 @@
|
||||||
<string>Sweep</string>
|
<string>Sweep</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0" colspan="3">
|
<item row="1" column="0" colspan="3">
|
||||||
<widget class="Gui::ActionSelector" name="selector"/>
|
<widget class="Gui::ActionSelector" name="selector"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="checkSolid">
|
<widget class="QCheckBox" name="checkSolid">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Create solid</string>
|
<string>Create solid</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="2">
|
<item row="2" column="2">
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="horizontalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
|
@ -37,13 +37,21 @@
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QCheckBox" name="checkFrenet">
|
<widget class="QCheckBox" name="checkFrenet">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Frenet</string>
|
<string>Frenet</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="0" column="0" colspan="2">
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>Select one or more profiles and select an edge or wire
|
||||||
|
in the 3D view for the sweep path.</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user