Add "see also" links for QPrinter::{get|set}PageMargins

Change-Id: Ie1ec9cf3740818c71a7afbdec2c99f5fa0e81337
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
bb10
David Faure 2011-12-06 14:47:42 +01:00 committed by Qt by Nokia
parent c44a67e6f3
commit 2aea665194
1 changed files with 4 additions and 0 deletions

View File

@ -1652,6 +1652,8 @@ QRect QPrinter::paperRect() const
This function sets the \a left, \a top, \a right and \a bottom
page margins for this printer. The unit of the margins are
specified with the \a unit parameter.
\sa getPageMargins
*/
void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit)
{
@ -1683,6 +1685,8 @@ void QPrinter::setMargins(const Margins &m)
Returns the page margins for this printer in \a left, \a top, \a
right, \a bottom. The unit of the returned margins are specified
with the \a unit parameter.
\sa setPageMargins
*/
void QPrinter::getPageMargins(qreal *left, qreal *top, qreal *right, qreal *bottom, QPrinter::Unit unit) const
{