We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaecd1 commit 9ca48f5Copy full SHA for 9ca48f5
src/app/qgsattributerelationedit.cpp
@@ -6,6 +6,7 @@ QgsAttributeRelationEdit::QgsAttributeRelationEdit( const QString &relationid, Q
6
mRelationId( relationid )
7
{
8
setupUi( this );
9
+ coCardinality->setToolTip( QStringLiteral( "For many to many relation, the direct link has to be selected. In-between table will be hidden." ) );
10
}
11
12
void QgsAttributeRelationEdit::setCardinalityCombo( const QString &cardinalityComboItem, const QVariant &auserData )
0 commit comments