QAbstractPrintDialog Class Reference |
Constant | Value | Description |
---|---|---|
QAbstractPrintDialog::None | 0x0000 | None of the options are enabled. |
QAbstractPrintDialog::PrintToFile | 0x0001 | The print to file option is enabled. |
QAbstractPrintDialog::PrintSelection | 0x0002 | The print selection option is enalbed. |
QAbstractPrintDialog::PrintPageRange | 0x0004 | The page range selection option is enabled. |
QAbstractPrintDialog::PrintCollateCopies | 0x0010 | |
QAbstractPrintDialog::DontUseSheet | 0x0020 | Do not make the native print dialog a sheet. By default on Mac OS X, the native dialog is made a sheet if it has a parent that can accept sheets and is visible. Internally, Mac OS X tracks whether a printing session and not which particular dialog should be a sheet or not. Therefore, make sure this value matches between the page setup dialog and the print dialog or you can potentially end up in a modal loop that you can't break. |
QAbstractPrintDialog::PrintShowPageSize | 0x0008 | Show the page size + margins page only if this is enabled. |
The PrintDialogOptions type is a typedef for QFlags<PrintDialogOption>. It stores an OR combination of PrintDialogOption values.
Used to specify the print range selection option.
Constant | Value | Description |
---|---|---|
QAbstractPrintDialog::AllPages | 0 | All pages should be printed. |
QAbstractPrintDialog::Selection | 1 | Only the selection should be printed. |
QAbstractPrintDialog::PageRange | 2 | The specified page range should be printed. |
See also QPrinter::PrintRange.
Constructs an abstract print dialog for printer with parent as parent widget.
Adds the option option to the set of enabled options in this dialog.
Except for the DontUseSheet option, this function has no effect on Mac OS X. See the QPrintDialog documentation for more information.
Returns the set of enabled options in this dialog.
See also setEnabledOptions().
This virtual function is called to pop up the dialog. It must be reimplemented in subclasses.
Returns the first page to be printed By default, this value is set to 0.
Returns true if the specified option is enabled; otherwise returns false
Returns the maximum page in the page range. As of Qt 4.4, this function returns INT_MAX by default. Previous versions returned 1 by default.
Returns the minimum page in the page range. By default, this value is set to 1.
Returns the print range.
See also setPrintRange().
Returns the printer that this printer dialog operates on.
Sets the set of options that should be enabled in the print dialog to options.
Except for the DontUseSheet option, this function has no effect on Mac OS X. See the QPrintDialog documentation for more information.
See also enabledOptions().
Sets the range in the print dialog to be from from to to.
Sets the page range in this dialog to be from min to max. This also enables the PrintPageRange option.
Set a list of widgets as tabs to be shown on the print dialog, if supported.
Currently this option is only supported on X11.
Setting the option tabs will transfer their ownership to the print dialog.
This function was introduced in Qt 4.4.
Sets the print range option in to be range.
See also printRange().
Returns the last page to be printed. By default, this value is set to 0.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com