16 QString file(
"./images/workflow.png");
18 connect(
ui->
close, SIGNAL(clicked()),
this, SLOT(close()));
39 int width = tutorial::width();
40 int heigth = tutorial::height();
42 ui->
close->setGeometry(width-100, heigth-50, 86, 25);
45 ui->
graphicsView->setGeometry(width/2-180,10, width/2+170, heigth-75);