Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing custom widget declaration for QgsSpinBox
  • Loading branch information
manisandro committed Sep 30, 2021
1 parent d6ad32f commit e6d3480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -1862,6 +1862,12 @@ p, li { white-space: pre-wrap; }
<header>qgscolorbutton.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
Expand Down

0 comments on commit e6d3480

Please sign in to comment.