Skip to content

Commit

Permalink
tooltip of relationstrength in project properties
Browse files Browse the repository at this point in the history
improvement of the tooltip. more info, how to activate the duplicate button.
  • Loading branch information
signedav committed Nov 16, 2017
1 parent 7c08b71 commit adc408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsrelationadddlg.cpp
Expand Up @@ -35,7 +35,7 @@ QgsRelationAddDlg::QgsRelationAddDlg( QWidget *parent )

mCbxRelationStrength->addItem( "Association", QVariant::fromValue( QgsRelation::RelationStrength::Association ) );
mCbxRelationStrength->addItem( "Composition", QVariant::fromValue( QgsRelation::RelationStrength::Composition ) );
mCbxRelationStrength->setToolTip( QStringLiteral( "On composition, the child features will be duplicated too. Duplications are made by the feature duplication default action" ) );
mCbxRelationStrength->setToolTip( QStringLiteral( "On composition, the child features will be duplicated too.\nDuplications are made by the feature duplication action.\nThe default actions are activated in the Action section of the layer properties." ) );

mTxtRelationId->setPlaceholderText( tr( "[Generated automatically]" ) );
checkDefinitionValid();
Expand Down

0 comments on commit adc408f

Please sign in to comment.