Results 1 to 3 of 3

Thread: Change focus problem

  1. #1
    Join Date
    Feb 2011
    Posts
    23
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Change focus problem

    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

  2. #2
    Join Date
    Feb 2010
    Posts
    18
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Change focus problem

    How did you open the windows? Can you set the focus with mouse?

  3. #3
    Join Date
    Feb 2011
    Posts
    23
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: Change focus problem

    the two windows are login form and mainscene i use this code to open the mainscene form from login scene
    Qt Code:
    1. MainScene* w = new MainScene(this);
    2. //this->close();
    3. w->showFullScreen();
    To copy to clipboard, switch view to plain text mode 

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

Similar Threads

  1. change color/focus in qtablewidget
    By mmm286 in forum Newbie
    Replies: 7
    Last Post: 5th June 2013, 03:58
  2. Change Color of Focus Frame
    By crybaby in forum Newbie
    Replies: 3
    Last Post: 30th October 2009, 07:02
  3. crash on focus change from child
    By ebutz in forum Newbie
    Replies: 0
    Last Post: 8th April 2009, 16:43
  4. Change focus on QToolBox
    By mattia in forum Newbie
    Replies: 1
    Last Post: 20th December 2007, 08:56
  5. Replies: 15
    Last Post: 26th July 2007, 21:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.