Strange solution ..imho this way is better
Qt Code:
for(i=0;i<8;i++) { Q3CanvasLine *line = new Q3CanvasLine(m_pCanvas); line->setPoints(h_xxPoint,h_xyPoint,h_yxPoint,h_yyPoint); line->show(); RLCHorizontalLineList.append(line); }To copy to clipboard, switch view to plain text mode
Bookmarks