Thank you Uwe,
Here is the modified code in LegendItem class:
Qt Code:
{ rect.moveTopLeft( m_pos + canvasRect.topLeft().toPoint()); return rect; }To copy to clipboard, switch view to plain text mode
Thank you Uwe,
Here is the modified code in LegendItem class:
Qt Code:
{ rect.moveTopLeft( m_pos + canvasRect.topLeft().toPoint()); return rect; }To copy to clipboard, switch view to plain text mode
Last edited by LoranM; 13th September 2013 at 13:46. Reason: updated contents
Bookmarks