[BUG REPORTED] Qt Creator is not printing properly
-
I am running Qt Creator 3.0.0 with Qt 5.2.0 on Windows 8 and loaded the canvas example. I opened some of the existing canvas QML files and tried to print them. The printouts have the filename truncated (e.g., "squircle.qml" is displayed as ".qml") and only the first 68 lines are printed. I tried this with several different files and had similar results. In all cases I'm printing with Page Range All specified. Is this a print bug or do I need to specify something somewhere?
Thanks.
Steve
-
Hi,
The best thing to do in this case is to check the "bug report system":http://bugreports.qt-project.org to see whether it's something known and if not, open a new report with as much details as possible.
-
to add SGaist's comment, it is always good to post the related bug report here for reference. This helps others to find the bug report respectively, that it is really a bug. Also having the link and bug report number posted gives others an easy access to the bug report and cast their vote. In turn this makes the bug report more important...
-
For reference, this is "QTCREATORBUG-11215":https://bugreports.qt-project.org/browse/QTCREATORBUG-11215.
Steve