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().
Возвращает ширину полей вокруг содержимого виджета.
This function uses QWidget::getContentsMargins() to get the margin.
Эта функция была введена в Qt 4.2.
Смотрите также setMargin() и QWidget::getContentsMargins().
Присваивает ширине полей вокруг содержимого виджета значение margin.
This function uses QWidget::setContentsMargins() to set the margin.
Эта функция была введена в Qt 4.2.
Смотрите также margin() и QWidget::setContentsMargins().
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |