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
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 );
if ( !mFixedSizeCheckBox->isChecked() && !scaleAttributeValueIsNumeric )
471
+
{
472
+
QMessageBox::warning( this, tr( "No attribute value specified" ),
473
+
tr( "You did not specify a maximum value for the diagram size. Please specify the the attribute and a reference value as a base for scaling in the Tab Diagram / Size." ), QMessageBox::Ok );
474
+
}
475
+
468
476
QgsDiagram* diagram = 0;
469
477
int index = mDiagramTypeComboBox->currentIndex();
470
478
QString diagramType = mDiagramTypeComboBox->itemData( index ).toString();
0 commit comments