PDA

View Full Version : Image problem in Qt Simulator when the class is widget



SlaynX
7th June 2011, 07:38
Hi there,

I have a MainWindow class with all the symbian orientation (which Qt creates it by default) and I implement a QStackedWidget in it. So I place a bunch of widgets into the QStackedWidget but when I run it on a Qt Simulator, the visibility of the widget seems to like cut into half instead of full screen. I tried to put all the codes into the mainwindow without implementing QStackedWidget and it works exactly like what I want which brings me to point to think that is widget class don't work well in Symbian handphone? Is it a must to implement mainwindow as the parent class to get the right size and orientation? Please help me to solve this dilemma. Thanks.