PDA

View Full Version : Block object type QGraphicsView



Mariusz_1990
24th June 2013, 08:45
Hello All
I wanna block object QGraphicsView that Nobody can click and do something on this window. Window has to be only to read.

I used function:
ui->GW_plansza->setInteractive(false);
but this doesn't working
Any Ideas?
thanks for help and answers.