Qt 5.3+ To Have Printing Support Improvements

Written by Michael Larabel in Qt on 7 January 2014 at 12:15 AM EST. 1 Comment
QT
Besides Digia pushing their own cloud storage service into the Qt tool-kit, the upcoming Qt 5.3 release will also begin to focus on printing support improvements.

John Layt of KDE has been trying to work out the printing support improvements to focus on over the coming release cycles. There's long been plans to have a new QtPrint module for replacing the QtPrintSupport module, but this proposed module would involve quite a lot of work and be a very large task at hand.

John's plan for improving Qt printing support is to write the new printing code over a few releases as a new set of QPA classes while using the current public API of the existing plug-in code. After some releases, a new API for the new code will be conceived.

With the Qt 5.3 release the hope is to have a new QPA print device API and to implement support for the three core platforms, use the new classes in QPrinterInfo and QPrintEngine, remove platform-specific code from QPrinter, replace all platform-specific code with widgets and dialogs, and improve the auto test framework.

John also has work-items on his mind for the Qt 5.4 and 5.5 releases when it comes to printing. The new printing API could possibly come in Qt 5.5. Those interested in Qt print support can find out more details on his hopeful work via this Qt development list post.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week