THANK YOU, THANK YOU, THANK YOU Uwe,
This is really amazing, im really greatful to you and for your help.
I was playing around with it, trying to understand it more and how you implemented it.
There was lil bug which is when you draw the grid.
It was painting same number of lines for both x and y .. using the majorticks for x..
when you were painting the lines for y... you just set
majorTicks = m_xScaleDiv.ticks(QwtScaleDiv::MajorTick)
To copy to clipboard, switch view to plain text mode
insted of
majorTicks = m_yScaleDiv.ticks(QwtScaleDiv::MajorTick)
To copy to clipboard, switch view to plain text mode
just wanted to mention it incase someother one want to use it and so he know that.
I was just wondring if i want to change the number of majorticks for x and y when i zoom in and out .. so it displays more ticks when im zoomed in and less majorticks when i zoom out ?? how can i link it ?
Thank you again thank you soooooooooooooooooooooooo much, thank you for your time and your help I really really appriciate it.
Bookmarks