Results 1 to 2 of 2

Thread: Something similar to WS_GROUP in Qt?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Question Something similar to WS_GROUP in Qt?

    Hi,

    can someone confirm or deny if the concept behind Windows' WS_GROUP is implemented in Qt? That is, controls are divided into groups, hitting Tab key moves the focus to the first control of the next group, navigation in the group is done with the arrow keys.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Something similar to WS_GROUP in Qt?

    It is not implemented, but it is achievable. By default both tabs and arrow keys move focus to the next or previous widget in chain, but you can use event filters to change that behaviour.

Similar Threads

  1. Replies: 27
    Last Post: 14th May 2008, 10:39
  2. Replies: 7
    Last Post: 28th November 2007, 11:17
  3. Looking for a Widget Similar to QListWidget
    By stealth86 in forum Qt Programming
    Replies: 4
    Last Post: 7th August 2007, 22:15
  4. Replies: 4
    Last Post: 3rd May 2007, 08:15
  5. Replies: 0
    Last Post: 8th March 2007, 09:16

Tags for this Thread

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.