something like -
Qt Code:
void Dlg::OnTimer() { m_index_of_point++; drawPoint(m_pointList[m_index_of_point],x,y); // move the index to next point and draw it at x,y positiom. }To copy to clipboard, switch view to plain text mode
Hope u get the idea![]()
Bookmarks