Qt 3 Support Members for QToolButtonThe following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code. Public Types
Public Functions
Public Slots
Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QToolButton::BesideIcon | 0 | The text appears beside the icon. |
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.
Use icon() instead.
See also setIconSet().
This is an overloaded member function, provided for convenience.
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.
Use icon() instead.
See also setOffIconSet().
Use icon() instead.
See also setOnIconSet().
Use showMenu() instead.
Use menu() instead.
See also setPopup().
Use the style hint QStyle::SH_ToolButton_PopupDelay instead.
See also setPopupDelay().
Use setIcon() instead.
See also iconSet().
This is an overloaded member function, provided for convenience.
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.
Use setIcon() instead.
See also offIconSet().
Use setIcon() instead.
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().
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.4 | |
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