Hello everyone,

I have a problem. I'm trying to add a QgraphicsScene to my QgraphicsView (that I adding in QT designer) If I construct a QgraphicsView from code it works fine (It will create a new window though and I don't need that.)

My QgraphicsView that I make in Designer is called game_view i'm trying to add the view as such... game_view->setScene(&scene)

When I do this I don't have any errors but nothing is appearing in the view!

Any help is good help

Thank you
Chris