Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 4.8.2, 5.2.0 RC1
-
Component/s: GUI: Printing
-
Labels:None
-
Environment:Mac OS X 10.6.8, Xcode 3.2.6, Qt/Cocoa 4.8.2
Description
QMacPrintEngine is unable to support all of the possible PrintEnginePropertyKey keys, since some have no equivalent in the Mac printing system (e.g., PPK_ColorMode).
However collation and the document name are both supported, so could be handled with:
- PPK_CollateCopies, PMSetCollate(), available since 10.2
- PPK_DocumentName, PMPrintSettingsSetJobName(), available since 10.4
Attachments
Issue Links
- is required for
-
QTBUG-25383 QtPrintSupport - macOS Issues
-
- Closed
-