Hi,
I have a client server mechanism that works fine on many platforms but he isnt built with QT.
I now have a function called Tile that gets a QPixmap and i want to show it on a QGraphicsScene (screen), Its important that it will be able refresh when a new picture came in from the server side.

1) Does QGraphicsScene and QGraphicsView have to be declared in main?

2) It is possible to use show() function in a non-QT class that have QT objects in it ?

3) It is possible at all???

thank you...