0
我使用此代碼,但graphicsView將顯示最後的命令, 我怎樣才能在一個graphicsView中顯示兩個setScence?我可以在graphicsView上使用2個setScene嗎?
ui->setupUi(this);
line1= new QGraphicsScene (this);
line= new QGraphicsScene (this);
ui->graphicsView->setScene(line); // not show
ui->graphicsView->setScene(line1); // show