Qt:Документация 4.3.2/designer-buddy-mode

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

[Previous: Qt Designer's Сигналы and Slots Editing Mode ] [ Contents ] [Next: Qt Designer's Tab Order Editing Mode ]


[править] Qt Designer's Buddy Editing Mode

center

One of the most useful basic features of Qt is the support for buddy widgets. At the simplest level, a buddy widget accepts the input focus on behalf on a QLabel when the user types the label's shortcut key combination. The buddy concept is also used in Qt's model/view framework.

[править] Linking Labels to Buddy Widgets

To enter buddy editing mode, open the Edit menu and select Edit Buddies. This mode presents the widgets on the form in a similar way to the signals and slots editing mode except that, in this mode, connections must start at label widgets. Ideally, you should connect each label widget that provides a shortcut with a suitable input widget, such as a QLineEdit.

center Making Buddies

To define a buddy widget for a label, click on the label, drag the connection to another widget on the form, and release the mouse button. The connection shown indicates how the input focus is passed to the buddy widget.

You can use the form preview to test the connections between each label and its buddy.

[править] Removing Buddy Connections

Only one buddy widget can be defined for each label. To change the buddy used, it is therefore necessary to delete any existing buddy connection and create a new one.

Connections between labels and their buddy widgets can be deleted in the same way as signal-slot connections in signals and slots editing mode: Select the buddy connection by clicking on it, and press the Delete key. This operation does not modify either the label or its buddy in any way.

[Previous: Qt Designer's Сигналы and Slots Editing Mode ] [ Contents ] [Next: Qt Designer's Tab Order Editing Mode ]


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2