You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( 0 == mDiagramAttributesTreeWidget->topLevelItemCount() )
456
456
{
457
457
QMessageBox::warning( this, tr( "No attributes added." ),
458
-
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to show on the diagrams." ), QMessageBox::Ok );
458
+
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to visualize on the diagrams or disable diagrams." ), QMessageBox::Ok );
0 commit comments