The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
void | addEnabledOption ( PrintDialogOption option ) (obsolete) |
PrintDialogOptions | enabledOptions () const (obsolete) |
bool | isOptionEnabled ( PrintDialogOption option ) const (obsolete) |
void | setEnabledOptions ( PrintDialogOptions options ) (obsolete) |
Use QPrintDialog::setOption(option, true) instead.
Use QPrintDialog::options() instead.
See also setEnabledOptions().
Use QPrintDialog::testOption(option) instead.
Use QPrintDialog::setOptions() instead.
See also enabledOptions().