Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Contextmenu with individual actions
Individual actions in the contextmenu of the attributetable and the relationeditorwidget. It's unlink and delete feature in the relationeditorwidget. It's delete feature in the attributetable (form view)
- Loading branch information
Showing
with
137 additions
and 16 deletions.
- +8 −0 python/gui/attributetable/qgsdualview.sip
- +8 −0 python/gui/attributetable/qgsfeaturelistview.sip
- +16 −0 src/app/qgsattributetabledialog.cpp
- +2 −0 src/app/qgsattributetabledialog.h
- +8 −2 src/gui/attributetable/qgsdualview.cpp
- +9 −0 src/gui/attributetable/qgsdualview.h
- +3 −1 src/gui/attributetable/qgsfeaturelistview.cpp
- +9 −0 src/gui/attributetable/qgsfeaturelistview.h
- +55 −11 src/gui/qgsrelationeditorwidget.cpp
- +19 −2 src/gui/qgsrelationeditorwidget.h