diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-12 11:13:28 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-12 11:13:28 (GMT) |
commit | fe8684d338a2344d890f1d5d57d58f21af877346 (patch) | |
tree | 3bababf14f049797c75fd56aac8f697ee2682e59 /src/gui/widgets | |
parent | de01273493d6380ec8eaa2cc801dbe8939788d00 (diff) | |
download | Qt-fe8684d338a2344d890f1d5d57d58f21af877346.zip Qt-fe8684d338a2344d890f1d5d57d58f21af877346.tar.gz Qt-fe8684d338a2344d890f1d5d57d58f21af877346.tar.bz2 |
qdoc: Replaced many raw-html cases with \div {something}.
Only 22 raw-html uses remaining.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qmenu.cpp | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/src/gui/widgets/qmenu.cpp b/src/gui/widgets/qmenu.cpp index 74c2a9e..56ca004 100644 --- a/src/gui/widgets/qmenu.cpp +++ b/src/gui/widgets/qmenu.cpp @@ -1247,37 +1247,16 @@ void QMenu::initStyleOption(QStyleOptionMenuItem *option, const QAction *action) response to button presses; these are just like context menus except for how they are invoked. - \raw HTML - <table align="center" cellpadding="0"> - <tr> - <td> - \endraw - \inlineimage plastique-menu.png - \raw HTML - </td> - <td> - \endraw - \inlineimage windowsxp-menu.png - \raw HTML - </td> - <td> - \endraw - \inlineimage macintosh-menu.png - \raw HTML - </td> - - </tr> - <tr> - <td colspan="3"> - \endraw - A menu shown in \l{Plastique Style Widget Gallery}{Plastique widget style}, + \table + \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}, \l{Windows XP Style Widget Gallery}{Windows XP widget style}, and \l{Macintosh Style Widget Gallery}{Macintosh widget style}. - \raw HTML - </td> - </tr> - </table> - \endraw + \endtable \section1 Actions |