Skip to content

Commit

Permalink
PartDesign: [skip ci] set dragDropMode of list widgets of Transform p…
Browse files Browse the repository at this point in the history
…anels to 'InternalMove'
  • Loading branch information
wwmayer committed Jul 30, 2020
1 parent 64c9fa0 commit 94ca438
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
6 changes: 5 additions & 1 deletion src/Mod/PartDesign/Gui/TaskLinearPatternParameters.ui
Expand Up @@ -39,7 +39,11 @@
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetFeatures"/>
<widget class="QListWidget" name="listWidgetFeatures">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
Expand Down
6 changes: 5 additions & 1 deletion src/Mod/PartDesign/Gui/TaskMirroredParameters.ui
Expand Up @@ -39,7 +39,11 @@
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetFeatures"/>
<widget class="QListWidget" name="listWidgetFeatures">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down
6 changes: 5 additions & 1 deletion src/Mod/PartDesign/Gui/TaskPolarPatternParameters.ui
Expand Up @@ -39,7 +39,11 @@
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetFeatures"/>
<widget class="QListWidget" name="listWidgetFeatures">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
Expand Down
12 changes: 8 additions & 4 deletions src/Mod/PartDesign/Gui/TaskScaledParameters.ui
Expand Up @@ -39,7 +39,11 @@
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetFeatures"/>
<widget class="QListWidget" name="listWidgetFeatures">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
Expand All @@ -51,7 +55,7 @@
</widget>
</item>
<item>
<widget class="Gui::QuantitySpinBox" name="spinFactor" native="true"/>
<widget class="Gui::QuantitySpinBox" name="spinFactor"/>
</item>
</layout>
</item>
Expand All @@ -65,7 +69,7 @@
</widget>
</item>
<item>
<widget class="Gui::UIntSpinBox" name="spinOccurrences" native="true"/>
<widget class="Gui::UIntSpinBox" name="spinOccurrences"/>
</item>
</layout>
</item>
Expand Down Expand Up @@ -113,7 +117,7 @@
</customwidget>
<customwidget>
<class>Gui::UIntSpinBox</class>
<extends>QWidget</extends>
<extends>QSpinBox</extends>
<header location="global">Gui/SpinBox.h</header>
<container>1</container>
</customwidget>
Expand Down

0 comments on commit 94ca438

Please sign in to comment.