![]() |
Home · All Classes · alphabetical Classes List · Modules · Functions · |
QxtTabWidget provides some convenience for handling tab specific context menus.
Tab specific close buttons and movable tabs are already on the way, so I won't bother with them for now as it would require a whole lot of rewriting anyway.
http://www.trolltech.com/developer/task-tracker/index_html?method=entry&id=137891
Constructs a new QxtTabWidget with parent.
Destructs the tab widget.
Appends the action to the list of actions of the tab at index.
Appends the actions to the list of actions of the tab at index.
Inserts the action to the list of actions of the tab at index, before the action before. It appends the action if before is 0
.
Inserts the actions to the list of actions of the tab at index, before the action before. It appends the action if before is 0
.
Removes the action action from the list of actions of the tab at index.
Returns the (possibly empty) list of actions for the tab at index.
This signal is emitted whenever the context menu is requested over tab at index at globalPos.
This property holds how the tab specific context menus are handled.
The default value of this property is Qt::DefaultContextMenu, which means the tabContextMenuEvent() handler is called. Other values are Qt::NoContextMenu, Qt::PreventContextMenu, Qt::ActionsContextMenu, and Qt::CustomContextMenu. With Qt::CustomContextMenu, the signal tabContextMenuRequested() is emitted.
(c) 2007A.Picciani and A.Higerd LGPL | libqxt 0.2 |