Skip to content

Commit

Permalink
Use QgsDoubleSpinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 12, 2020
1 parent 5edaef8 commit 0b8d8e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ui/qgstemporalcontrollerdockwidgetbase.ui
Expand Up @@ -115,7 +115,7 @@
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="mSpinBox"/>
<widget class="QgsDoubleSpinBox" name="mSpinBox"/>
</item>
<item>
<widget class="QComboBox" name="mTimeStepsComboBox">
Expand Down Expand Up @@ -221,6 +221,11 @@
<header>qgsdockwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header>qgsdoublespinbox.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../../images/images.qrc"/>
Expand Down

0 comments on commit 0b8d8e9

Please sign in to comment.