我有這樣的程序:在我的小工具我有qpushbuttons,qslider和qgraphicsview。我在qgraphicsview中放置了qgraphicsscene。問題在於,當我點擊QGraphicsscene並想繪製一個點時,點擊它就會出現位移。當我點擊QGraphicsScene的中心時,沒有任何問題。 if (mouseEvent->button() == Qt::LeftButton
我已經在圖形視圖大小的Qt中創建了一個網格。 Whenevr I放大/縮小,網格在一個小區域內可見。可以在整個區域進行繪製,但網格僅限於一個小區域。 我曾嘗試使用下面的代碼創建的網格: for(int x = 0; x <= ui->graphicsview->width(); x += 10){
scene->addLine(x,0,x,ui->graphicsView->height