Skip to content

Commit

Permalink
increase maxvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and nyalldawson committed Feb 14, 2023
1 parent 4946341 commit 73ad1e2
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions src/ui/symbollayer/qgsinterpolatedlinesymbollayerwidgetbase.ui
Expand Up @@ -88,13 +88,17 @@
<number>6</number>
</property>
<item row="1" column="1" colspan="3">
<widget class="QgsFieldExpressionWidget" name="mWidthEndFieldExpression" native="true"/>
<widget class="QgsFieldExpressionWidget" name="mWidthEndFieldExpression"/>
</item>
<item row="0" column="1" colspan="3">
<widget class="QgsFieldExpressionWidget" name="mWidthStartFieldExpression" native="true"/>
<widget class="QgsFieldExpressionWidget" name="mWidthStartFieldExpression"/>
</item>
<item row="6" column="1" colspan="2">
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMinWidth"/>
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMinWidth">
<property name="maximum">
<double>999999.989999999990687</double>
</property>
</widget>
</item>
<item row="8" column="0" colspan="4">
<layout class="QVBoxLayout" name="verticalLayout_7">
Expand Down Expand Up @@ -167,7 +171,11 @@
</layout>
</item>
<item row="7" column="1" colspan="2">
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMaxWidth"/>
<widget class="QDoubleSpinBox" name="mDoubleSpinBoxMaxWidth">
<property name="maximum">
<double>999999.989999999990687</double>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_6">
Expand Down Expand Up @@ -312,7 +320,7 @@
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QgsFieldExpressionWidget" name="mColorStartFieldExpression" native="true"/>
<widget class="QgsFieldExpressionWidget" name="mColorStartFieldExpression"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
Expand Down Expand Up @@ -359,7 +367,7 @@
<widget class="QLineEdit" name="mLineEditColorMaxValue"/>
</item>
<item row="1" column="1" colspan="2">
<widget class="QgsFieldExpressionWidget" name="mColorEndFieldExpression" native="true"/>
<widget class="QgsFieldExpressionWidget" name="mColorEndFieldExpression"/>
</item>
</layout>
</widget>
Expand All @@ -383,6 +391,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsColorButton</class>
<extends>QToolButton</extends>
<header>qgscolorbutton.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header>qgsdoublespinbox.h</header>
</customwidget>
<customwidget>
<class>QgsFieldExpressionWidget</class>
<extends>QWidget</extends>
Expand All @@ -395,17 +414,6 @@
<header>qgsunitselectionwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header>qgsdoublespinbox.h</header>
</customwidget>
<customwidget>
<class>QgsColorButton</class>
<extends>QToolButton</extends>
<header>qgscolorbutton.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsColorRampShaderWidget</class>
<extends>QWidget</extends>
Expand Down

0 comments on commit 73ad1e2

Please sign in to comment.