_ZN24QAbstractPageSetupDialog7printerEv

Name

QAbstractPageSetupDialog::printer -- get the printer that this page setup dialog is operating on

Synopsis


#include <QtGui/qabstractpagesetupdialog.h>

QPrinter * QAbstractPageSetupDialog::printer(void);

Description

The QAbstractPageSetupDialog::printer() function shall return the printer that this page setup dialog is operating on.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.