https://bugs.kde.org/show_bug.cgi?id=405011
Bug ID: 405011 Summary: KHTMLView::print() could not share printer instance Product: frameworks-khtml Version: unspecified Platform: Other OS: All Status: REPORTED Severity: major Priority: NOR Component: general Assignee: martin.sandsm...@kde.org Reporter: ralf.habac...@freenet.de CC: kdelibs-b...@kde.org Target Milestone: --- For applications that use other KHTMLView, it is not possible with the current implementation of KHTMLView::print() to support common print settings within an application, since a separate QPainter instance is used internally (see https://api.kde.org/frameworks/khtml/html/khtmlview_8cpp_source.html#l#l03128). OBSERVED RESULT When printing KHTMLView based pages, it is necessary to make necessary adjustments before each printout, which is not user friendly. EXPECTED RESULT Print settings should only need to be changed once in an application, even when multiple prints are used. SOFTWARE/OS VERSIONS All platforms ADDITIONAL INFORMATION KHTMLView::print() would have to be extended to use a predefined QPrinter instance. -- You are receiving this mail because: You are watching all bug changes.