Skip to content

Commit

Permalink
Use QgsDoubleSpinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 27, 2023
1 parent 9815333 commit 7c811b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/symbollayer/qgsinterpolatedlinesymbollayerwidgetbase.ui
Expand Up @@ -88,13 +88,13 @@
<number>6</number>
</property>
<item row="1" column="1" colspan="3">
<widget class="QgsFieldExpressionWidget" name="mWidthEndFieldExpression"/>
<widget class="QgsFieldExpressionWidget" name="mWidthEndFieldExpression" native="true"/>
</item>
<item row="0" column="1" colspan="3">
<widget class="QgsFieldExpressionWidget" name="mWidthStartFieldExpression"/>
<widget class="QgsFieldExpressionWidget" name="mWidthStartFieldExpression" native="true"/>
</item>
<item row="6" column="1" colspan="2">
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMinWidth">
<widget class="QgsDoubleSpinBox" name="mDoubleSpinBoxMinWidth">
<property name="maximum">
<double>999999.989999999990687</double>
</property>
Expand Down Expand Up @@ -171,7 +171,7 @@
</layout>
</item>
<item row="7" column="1" colspan="2">
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMaxWidth">
<widget class="QgsDoubleSpinBox" name="mDoubleSpinBoxMaxWidth">
<property name="maximum">
<double>999999.989999999990687</double>
</property>
Expand Down Expand Up @@ -320,7 +320,7 @@
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QgsFieldExpressionWidget" name="mColorStartFieldExpression"/>
<widget class="QgsFieldExpressionWidget" name="mColorStartFieldExpression" native="true"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
Expand Down Expand Up @@ -367,7 +367,7 @@
<widget class="QLineEdit" name="mLineEditColorMaxValue"/>
</item>
<item row="1" column="1" colspan="2">
<widget class="QgsFieldExpressionWidget" name="mColorEndFieldExpression"/>
<widget class="QgsFieldExpressionWidget" name="mColorEndFieldExpression" native="true"/>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 7c811b4

Please sign in to comment.