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/dialogs | |
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/dialogs')
-rw-r--r-- | src/gui/dialogs/qabstractprintdialog.cpp | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/src/gui/dialogs/qabstractprintdialog.cpp b/src/gui/dialogs/qabstractprintdialog.cpp index 641419f..7e0b924 100644 --- a/src/gui/dialogs/qabstractprintdialog.cpp +++ b/src/gui/dialogs/qabstractprintdialog.cpp @@ -381,19 +381,11 @@ void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) If the dialog is accepted by the user, the QPrinter object is correctly configured for printing. - \raw HTML - <table align="center"> - <tr><td> - \endraw - \inlineimage plastique-printdialog.png - \raw HTML - </td><td> - \endraw - \inlineimage plastique-printdialog-properties.png - \raw HTML - </td></tr> - </table> - \endraw + \table + \row + \o \inlineimage plastique-printdialog.png + \o \inlineimage plastique-printdialog-properties.png + \endtable The printer dialog (shown above in Plastique style) enables access to common printing properties. On X11 platforms that use the CUPS printing system, the |