NAME
Qt::Gui::QPageSetupDialog
PUBLIC METHODS
- QPageSetupDialog(QWidget * parent = 0)
- QPageSetupDialog(QWidget * parent)
- QPageSetupDialog(QPrinter * printer, QWidget * parent = 0)
- QPageSetupDialog(QPrinter * printer, QWidget * parent)
- void addEnabledOption(QPageSetupDialog::PageSetupDialogOption option)
- int exec()
- bool isOptionEnabled(QPageSetupDialog::PageSetupDialogOption option)
- void open(QObject * receiver, const char * member)
- void setOption(QPageSetupDialog::PageSetupDialogOption option, bool on = true)
- void setOption(QPageSetupDialog::PageSetupDialogOption option, bool on)
- bool testOption(QPageSetupDialog::PageSetupDialogOption option)
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.