Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
4.8.0
-
None
-
Ubuntu 12.04 + LXDE
g++ 4.6.3
Printer: Dymo LabelWriter 450 Turbo
Papersize: 32mm x 57mm
Description
After setting the pageMargins to the same values, the pageRect is changed. paperRect stays the same, but is lower than pageRect.
QPrintDialog *pDlg = new QPrintDialog( this );
if ( pDlg->exec() == QDialog::Accepted )
Output:
QRect(4,5 191x99)
QRect(12,12 703x1005)
The same happens with QPrinter::Point.
Attachments
Issue Links
- is required for
-
QTBUG-25380 QtPrintSupport - Page Layout Issues
- Open