Skip to content

Commit

Permalink
tooltip for cardinality in relationedit
Browse files Browse the repository at this point in the history
write tooltip in the attributesformproperties on cardinality in relationedit that the user gets more info about many to many relation.
  • Loading branch information
signedav authored and m-kuhn committed Jan 12, 2018
1 parent 8eaecd1 commit 9ca48f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributerelationedit.cpp
Expand Up @@ -6,6 +6,7 @@ QgsAttributeRelationEdit::QgsAttributeRelationEdit( const QString &relationid, Q
mRelationId( relationid )
{
setupUi( this );
coCardinality->setToolTip( QStringLiteral( "For many to many relation, the direct link has to be selected. In-between table will be hidden." ) );
}

void QgsAttributeRelationEdit::setCardinalityCombo( const QString &cardinalityComboItem, const QVariant &auserData )
Expand Down

0 comments on commit 9ca48f5

Please sign in to comment.