The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QPageSetupDialog

PUBLIC METHODS

QPageSetupDialog(QWidget * parent)
QPageSetupDialog(QWidget * parent = 0)
QPageSetupDialog(QPrinter * printer, QWidget * parent)
QPageSetupDialog(QPrinter * printer, QWidget * parent = 0)
void addEnabledOption(QPageSetupDialog::PageSetupDialogOption option)
QFlags<QPageSetupDialog::PageSetupDialogOption> enabledOptions()
int exec()
bool isOptionEnabled(QPageSetupDialog::PageSetupDialogOption option)
void open(QObject * receiver, const char * member)
QFlags<QPageSetupDialog::PageSetupDialogOption> options()
void setEnabledOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options)
void setOption(QPageSetupDialog::PageSetupDialogOption option, bool on)
void setOption(QPageSetupDialog::PageSetupDialogOption option, bool on = true)
void setOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options)
bool testOption(QPageSetupDialog::PageSetupDialogOption option)

ENUM VALUES

None
DontUseSheet
OwnsPrinter

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html