equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
439 the toolbar. |
439 the toolbar. |
440 |
440 |
441 When a QToolBar is not a child of a QMainWindow, it looses the ability |
441 When a QToolBar is not a child of a QMainWindow, it looses the ability |
442 to populate the extension pop up with widgets added to the toolbar using |
442 to populate the extension pop up with widgets added to the toolbar using |
443 addWidget(). Please use widget actions created by inheriting QWidgetAction |
443 addWidget(). Please use widget actions created by inheriting QWidgetAction |
444 and implementing QWidgetAction::createWidget() instead. This is a known |
444 and implementing QWidgetAction::createWidget() instead. |
445 issue which will be fixed in a future release. |
|
446 |
445 |
447 \sa QToolButton, QMenu, QAction, {Application Example} |
446 \sa QToolButton, QMenu, QAction, {Application Example} |
448 */ |
447 */ |
449 |
448 |
450 /*! |
449 /*! |