Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.8.0
-
windows 7
Description
With following code, margins are not obeyed in QPrintPreviewDialog. Printing to PDF and to real printer works fine.
printer->setFullPage(true);
printer->setPageMargins(20,20,20,20,QPrinter::Millimeter);
Attachments
Issue Links
- is required for
-
QTBUG-25380 QtPrintSupport - Page Layout Issues
- Open