Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14441

Add a method that would position a widget first in the window tab order.

    XMLWordPrintable

Details

    Description

      The only current method setTabOrder is insufficient in a situation where I programatically create a new Widget and want to make it the first in the taborder since it only allows placing widgets after some other widgets.

      For example:
      I have widgets a, b, c in this tab order in a window and want to add widget x as the first. To make x the first in the tab order I would have to call:
      setTabOrder(x, a);
      setTabOrder(a, b);
      setTabOrder(b, c);

      This is highly inconvenient.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            petr.broz Petr Brož
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes