Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Setting QtQuick control 2 tab order
Forum Updated to NodeBB v4.3 + New Features

Setting QtQuick control 2 tab order

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 214 Views 1 Watching
  • 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.
  • P Offline
    P Offline
    patrickkidd
    wrote on 19 Oct 2019, 18:18 last edited by
    #1

    Easy, fast keyboard-only data entry is crucial for my application. I am having trouble finding the documentation for specifying a tab order for my property sheets. I have TextField's, ComoboBox's, Button's, etc. that want to be able to tab between without using the mouse.

    Thanks!

    https://alaskafamilysystems.com/

    P 1 Reply Last reply 21 Oct 2019, 03:38
    0
    • P patrickkidd
      19 Oct 2019, 18:18

      Easy, fast keyboard-only data entry is crucial for my application. I am having trouble finding the documentation for specifying a tab order for my property sheets. I have TextField's, ComoboBox's, Button's, etc. that want to be able to tab between without using the mouse.

      Thanks!

      P Offline
      P Offline
      patrickkidd
      wrote on 21 Oct 2019, 03:38 last edited by
      #2

      @patrickkidd Ah, now I get it. You set KeyNavigation.tab: item on each item to indicate the next item that should receive focus when tab is selected in that item. I would say you have to dig to understand this in the docs.

      Cheers

      https://alaskafamilysystems.com/

      1 Reply Last reply
      1

      1/2

      19 Oct 2019, 18:18

      • Login

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