Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[bugfix] Allow empty null representation in spinboxes
Fixes #18583 - Widget "Range": Representation for NULL value is NOT always displayed correctly
- Loading branch information
Showing
with
171 additions
and 23 deletions.
- +7 −0 python/gui/auto_generated/editorwidgets/qgsdoublespinbox.sip.in
- +7 −0 python/gui/auto_generated/editorwidgets/qgsspinbox.sip.in
- +17 −0 src/gui/editorwidgets/qgsdoublespinbox.cpp
- +14 −0 src/gui/editorwidgets/qgsdoublespinbox.h
- +12 −2 src/gui/editorwidgets/qgsrangewidgetwrapper.cpp
- +17 −0 src/gui/editorwidgets/qgsspinbox.cpp
- +15 −0 src/gui/editorwidgets/qgsspinbox.h
- +82 −21 tests/src/gui/testqgsrangewidgetwrapper.cpp
Oops, something went wrong.