Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.1, 4.7.1
-
None
-
Windows XP sp3, qt sdk 2010.01 and qt sdk 2010.05
Description
Project with sample code attached.
issue 1:
1) Build project
2) run app and click on 'using QTextEdit.print()' button
result: Print preview will open with just the second page showing
expected: Print preview of both pages
issue 2:
1) Build project
2) run app and click on 'using QPainter' button
result: Print preview with two blank pages
expected: Print preview of both pages
work around: comment out ui->textEdit->hide() call in MainWindow constructer and uncomment the call in 'on_pushButton_2_clicked(). This time the two pages will show as expected
Attachments
Issue Links
- is required for
-
QTBUG-37698 QtPrintSupport - Dialog Issues
- Open
-
QTBUG-25385 QtPrintSupport - New Feature Requests
- Open