#4222 Implement picking to display point value in Grid Cross Plot

This commit is contained in:
Gaute Lindkvist
2019-03-26 11:33:55 +01:00
parent 9bb657c642
commit 5b7bf99b82
9 changed files with 130 additions and 6 deletions

View File

@@ -148,6 +148,14 @@ void RiuQwtSymbol::renderSymbolLabel(QPainter *painter, const QPointF& position)
painter->drawText(labelRect.topLeft(), m_label);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiuQwtSymbol::setLabel(const QString& label)
{
m_label = label;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------