Qt Designer's Tab Order Editing Mode
Many users expect to be able to navigate between widgets and controls using only the keyboard. Qt lets the user navigate between input widgets with the Tab and Shift-Tab keyboard shortcuts. The default tab order is based on the order in which widgets are constructed and, although this order may be sufficient for many users, it is often better to explictly specify the tab order to make your application easier to use. Setting the Tab OrderTo enter tab order editing mode, open the Edit menu and select Edit Tab Order. In this mode, each input widget in the form is shown with a number indicating its position in the tab order. So, if the user gives the first input widget the input focus then presses the tab key, the focus will move to the second input widget, and so on. The tab order is defined by clicking on each of the numbers in the correct order. The first number you click will change to red, indicating the currently edited position in tab order chain, and the widget associated with the number will become the first one in the tab order chain. Clicking on another widget will make it the second in the tab order, and so on. You can continue this process until you are satisfied with the tab order in the form - you do not need to click every input widget if you see that the remaining widget are already in the correct order. Numbers, for which you already set the order, change to green, while those which were not clicked yet, remain blue. If you make a mistake, simply double click outside of any number or choose "Restart" action from the form's context menu to start again. If you have many widgets on your form and want to change the order in the middle or by the end of tab order chain, you can start edit tab order chain at any position you wish. Just press the control modifier and click the number from which you want to start, or alternatively choose "Start from Here" action from context menu. [Previous: Qt Designer's Buddy Editing Mode] [Contents] [Next: Editing Resources with Qt Designer] |
Publicité
Best OfActualités les plus luesSemaine
Mois
Année
Le blog Digia au hasardDéploiement d'applications Qt Commercial sur les tablettes Windows 8Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.
CommunautéRessources
Liens utilesContact
Qt dans le magazine |
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.3 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com