Q3PopupMenu Class Reference |
Q3PopupMenu ( QWidget * parent = 0, const char * name = 0 ) | |
int | exec () |
int | exec ( const QPoint & pos, int indexAtPoint = 0 ) |
int | margin () const |
void | setMargin ( int margin ) |
The Q3PopupMenu class is a thin compatibility wrapper around QMenu.
Use QMenu in new applications. Note that the menu's actions must be Q3Actions.
Constructs a menu with the given parent and name.
Pops up the menu and returns the ID of the action that was selected.
See also QMenu::exec().
Pops up the menu at coordinate pos and returns the ID of the action that was selected.
If indexAtPoint is specified, the menu will pop up with the item at index indexAtPoint under the mouse cursor.
See also QMenu::exec().
Returns the width of the margin around the contents of the widget.
This function uses QWidget::getContentsMargins() to get the margin.
This function was introduced in Qt 4.2.
See also setMargin() and QWidget::getContentsMargins().
Sets the width of the margin around the contents of the widget to margin.
This function uses QWidget::setContentsMargins() to set the margin.
This function was introduced in Qt 4.2.
See also margin() and QWidget::setContentsMargins().
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.6-snapshot | |
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