diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-13 09:14:15 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-13 09:14:15 (GMT) |
commit | f803b62b4526f0f81693a59bdf4b07e36f3900c9 (patch) | |
tree | 2fc584411159558e05de5377f4d7f8c57a8c261d /src/gui/widgets | |
parent | fe8684d338a2344d890f1d5d57d58f21af877346 (diff) | |
download | Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.zip Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.gz Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.bz2 |
qdoc: Added the \caption command.
And removed some \raw cases. Only 13 raw-html uses remaining.
Added the figCaption clause to style.css.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qmenu.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/widgets/qmenu.cpp b/src/gui/widgets/qmenu.cpp index 56ca004..9c8ddbb 100644 --- a/src/gui/widgets/qmenu.cpp +++ b/src/gui/widgets/qmenu.cpp @@ -1247,16 +1247,15 @@ void QMenu::initStyleOption(QStyleOptionMenuItem *option, const QAction *action) response to button presses; these are just like context menus except for how they are invoked. - \table + \table 100% \row \o \inlineimage plastique-menu.png \o \inlineimage windowsxp-menu.png \o \inlineimage macintosh-menu.png - \row - \o {3,1} A menu shown in \l{Plastique Style Widget Gallery}{Plastique widget style}, + \endtable + \caption Fig. A menu shown in \l{Plastique Style Widget Gallery}{Plastique widget style}, \l{Windows XP Style Widget Gallery}{Windows XP widget style}, and \l{Macintosh Style Widget Gallery}{Macintosh widget style}. - \endtable \section1 Actions |