![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.
This enum describes the position of the tool button's text label in relation to the tool button's icon.
Константа | Значение | Описание |
---|---|---|
QToolButton::BesideIcon | 0 | Текст показывается рядом со значком. |
QToolButton::BelowIcon | 1 | The text appears below the icon. |
Constructs an empty tool button called name, with parent parent.
Constructs a tool button as an arrow button. The Qt::ArrowType type defines the arrow direction. Possible values are Qt::LeftArrow, Qt::RightArrow, Qt::UpArrow, and Qt::DownArrow.
An arrow button has auto-repeat turned on by default.
The parent and name arguments are sent to the QWidget constructor.
Constructs a tool button called name, that is a child of parent.
The tool button will display the given icon, with its text label and tool tip set to textLabel and its status bar message set to statusTip. It will be connected to the slot in object receiver.
Замена icon().
Смотрите также setIconSet().
Это перегруженная функция, предоставленная для удобства.
Since Qt 3.0, QIcon contains both the On and Off icons.
For ease of porting, this function ignores the on parameter and returns the icon property. If you relied on the on parameter, you probably want to update your code to use the QIcon On/Off mechanism.
Замена icon().
See also setOffIconSet().
Замена icon().
See also setOnIconSet().
Use showMenu() instead.
Use menu() instead.
See also setPopup().
Use the style hint QStyle::SH_ToolButton_PopupDelay instead.
See also setPopupDelay().
Замена setIcon().
Смотрите также iconSet().
Это перегруженная функция, предоставленная для удобства.
Since Qt 3.0, QIcon contains both the On and Off icons.
For ease of porting, this function ignores the on parameter and sets the icon property. If you relied on the on parameter, you probably want to update your code to use the QIcon On/Off mechanism.
See also icon and QIcon::State.
Замена setIcon().
See also offIconSet().
Замена setIcon().
See also onIconSet().
Use setIcon(QIcon(pixmap)) instead.
Use setMenu() instead.
See also popup().
Use the style hint QStyle::SH_ToolButton_PopupDelay instead.
See also popupDelay().
Use setText() and setToolTip() instead.
See also textLabel().
Use setToolButtonStyle() instead.
See also textPosition().
Use setIconSize() instead.
See also usesBigPixmap().
Use setToolButtonStyle() instead.
See also usesTextLabel().
Use text() instead.
See also setTextLabel().
Use toolButtonStyle() instead.
See also setTextPosition().
Use iconSize() instead.
See also setUsesBigPixmap().
Use toolButtonStyle() instead.
See also setUsesTextLabel().
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |