Bug 153732

Summary: "print to file..." dialog not standard
Product: [Frameworks and Libraries] kdelibs Reporter: FiNeX <finex>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description FiNeX 2007-12-09 17:17:50 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The "print to file..." dialog doesn't use the standard dialog used on the other apps. Icons and "sidebar" are not the default ones.

See the screenshot.
Comment 1 FiNeX 2007-12-09 17:18:14 UTC
Created attachment 22430 [details]
screenshot
Comment 2 Pino Toscano 2007-12-09 17:24:13 UTC
kdeprint has nothing to do here, as the print dialog comes from Qt.
Comment 3 John Layt 2007-12-10 22:43:14 UTC
KDE 4.0 uses QPrintDialog for printing, so the file selector is actually a QFileDialog and not a KFileDialog, hence missing the standard KDE options.  We plan to address this in 4.1.
Comment 4 John Layt 2008-01-22 00:18:56 UTC
ThomasZ has confirmed Qt 4.4 will include support for using KFileDialog in the QPrintDialog which will resolve this issue.
Comment 5 FiNeX 2008-02-04 12:27:43 UTC
Ok, thanks. Should we let this report open "as reminder" ?
Comment 6 Pino Toscano 2008-10-26 19:46:10 UTC
This has been fixed for KDE 4.1 for sure.