Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [solved] How to avoid dead TAB loop in a tableview?

[solved] How to avoid dead TAB loop in a tableview?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 908 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shalongbasi
    wrote on 25 Mar 2013, 18:40 last edited by
    #1

    I created a window with buttons, spinboxs and a tableview. Before I activate the tableview, everything is ok. But after I activate the tableview, and press "tab" to go one by one, when it gets into the tableview, it just loops inside cell by cell and cannot come out.

    I hope 1) it does not loop cell by cell inside the table, row by row is better. 2) it will get into the first row and comes out after the last row when press "tab" key. Is this possible? thanks

    or maybe I can exclude it from normal tab order. create another hot key to make it into the table and comes out of it?

    • found a property of tablebiew, tabKeyNavigation, just disable it, tab will jump out of table to next item.
    1 Reply Last reply
    0

    1/1

    25 Mar 2013, 18:40

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved