Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Moved form feature to private and added setters/getters
plus other minor style changes as suggested by m-kuhn in his PR review
- Loading branch information
Showing
with
76 additions
and 21 deletions.
- +1 −1 python/core/auto_generated/fieldformatter/qgsvaluerelationfieldformatter.sip.in
- +26 −1 python/gui/auto_generated/editorwidgets/core/qgseditorwidgetwrapper.sip.in
- +1 −1 python/gui/auto_generated/qgsattributeeditorcontext.sip.in
- +3 −3 src/core/fieldformatter/qgsvaluerelationfieldformatter.cpp
- +1 −1 src/core/fieldformatter/qgsvaluerelationfieldformatter.h
- +7 −2 src/gui/editorwidgets/core/qgseditorwidgetwrapper.cpp
- +30 −5 src/gui/editorwidgets/core/qgseditorwidgetwrapper.h
- +7 −7 src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp