PDA

View Full Version : Change focus problem



ram4soft
29th March 2011, 17:11
hi,
my application switches between two windows when i click "next" to open the next window i got a problem.i can't move over the qwidgets through the keyboard arrows.
when i click up or down no focus is done why???
thanks
ram

majorwoody
29th March 2011, 19:44
How did you open the windows? Can you set the focus with mouse?

ram4soft
30th March 2011, 09:45
the two windows are login form and mainscene i use this code to open the mainscene form from login scene

MainScene* w = new MainScene(this);
//this->close();
w->showFullScreen();

i can change focus by mouse only and touch on the device
thanks