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 Update on Monday, May 27th 2025

Setting QtQuick control 2 tab order

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 213 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.
  • P Offline
    P Offline
    patrickkidd
    wrote on 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
    0
    • P patrickkidd

      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 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

      • Login

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