Dear All,
I have searched the forums and unable to find much info on this one.
I have added a QGraphicsPixmapItem to QGraphicsscene which is set to QGraphicsView. But by using default scene size or setSceneRect im not able to set my scene to full screen. I have even tried with showFullScreen, showMaximized.
My class structure:
Main.cpp --- creating app..
Mercury.cpp -- child of QDialog, creating dialog window here (setting this as parent) and showing scene in the same window. Till now im able to achieve 3/4th of screen and rest i see scrollbar popping up. Even after disabling scrollbar im unable to get scene fullscreen.
Please provide hints on working thorugh this.
Bookmarks