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. Problem with Tab Order

Problem with Tab Order

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.2k 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.
  • K Offline
    K Offline
    kekule
    wrote on last edited by
    #1

    Hi, I have a problem with ordering tabs; I've created a custom QWidget where there is combo boxes, date edit, qtable, and buttons. I want to set Tab Order between only my combox, date edit, buttons and line edits (I have also Qlabels). I use @QWidget.setTabOrder(comboBox,dateEdit)@ but it said me that QWidget::setTabOrder: 'first' and 'second' must be in the same window ....

    Note : I use my custom QWidget in a QStackedWidget which I use in a QMainWindow.

    1 Reply Last reply
    0

    • Login

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