Skip to content

Commit

Permalink
Expose field name to widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored and wonder-sk committed Sep 11, 2020
1 parent 265740f commit f7aa5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quickgui/plugin/editor/qgsquickvaluerelation.qml
Expand Up @@ -25,6 +25,7 @@ import QgsQuick 0.1 as QgsQuick
*/
Item {
signal valueChanged(var value, bool isNull)
property var fieldName: field.name

function itemSelected( index ) {
combobox.itemClicked( index )
Expand Down

0 comments on commit f7aa5ef

Please sign in to comment.