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

Tab Order

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.9k 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.
  • M Offline
    M Offline
    maheshbabu
    wrote on last edited by
    #1

    Hello Everyone,
    I had taken one table widget programmatically and i am choosing number of rows and columns programatically. So when i trying to use that the taborder is not working properly.Can you please help to get out of this.
    I am unable to set the tab order by UI.

    Thank you

    1 Reply Last reply
    0
    • 8 Offline
      8 Offline
      8majkel8
      wrote on last edited by
      #2

      "QWidget::setTabOrder":http://qt-project.org/doc/qt-4.8/qwidget.html#setTabOrder
      "QTableWidget::setCurrentItem":http://doc.qt.digia.com/4.7/qtablewidget.html#setCurrentItem

      I think that's what you are looking for.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maheshbabu
        wrote on last edited by
        #3

        Thanks for your reply.
        And I have taken one form with some objects and i am trying to set taborder cyclic order but it is not working. How can i do that?

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Buckets
          wrote on last edited by
          #4

          you have to make sure everything has a unique tab, including labels. If there are 2 or more items with the same tab order then it will not work

          ba ba ba
          ba na na na

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maheshbabu
            wrote on last edited by
            #5

            But Qt is not allowing me to give the TabOrder for the lables presented on the form. It is accepting except lables.

            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