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 ( PageSetupDialogOption option ) (obsolete) |
PageSetupDialogOptions | enabledOptions () const (obsolete) |
bool | isOptionEnabled ( PageSetupDialogOption option ) const (obsolete) |
void | setEnabledOptions ( PageSetupDialogOptions options ) (obsolete) |
Use setOption(option, true) instead.
Use options() instead.
See also setEnabledOptions().
Use testOption(option) instead.
Use setOptions(options) instead.
See also enabledOptions().