Hello,
I novice user qwt and problem is following
I represent the city map using qwt. And I want to represent bus stops (where coordinates of point is latitude and longitude).
I use QwtPlotCurve for display this (setStyle(QwtPlotCurve:: Dots)). I keep stations coordinates in xml and read its to two double-arrays in constructor.
The xml also keeps station's name. Could you tell me please, How can I display the name of station on the map? Should I use another class for represent this? Or mayde
Also I use QwtLegend (Qwtlegend:: CheckableItem) and when user press on the item "stations" in the legend. stations are disappeared. I want that this functionality will be remain.
Thanks a lot in advance!
PS: Sorry for my English![]()
Bookmarks