qcustomplot使用鼠標點擊選中多個點

使用qcustomplot類來實現對多個物體的選擇   如圖所示,我畫了一個散點圖,現在我想要實現使用鼠標點擊選中某些點的功能      如上圖所示,代碼如下(附帶詳細註釋): 1 void MainWindow::myPaint(QCustomPlot *customPlot) 2 { 3 QPen pen; 4 pen.setColor(QColor(255,0,0)); 5
相關文章
相關標籤/搜索