私はこのコードを使用しますが、graphicsView は最後のコマンドを表示します。1 つの graphicsView に 2 つの setScence を表示するにはどうすればよいですか?
ui->setupUi(this);
line1= new QGraphicsScene (this);
line= new QGraphicsScene (this);
ui->graphicsView->setScene(line); // not show
ui->graphicsView->setScene(line1); // show