[Bug 152788] Print dialog - PPD properties dialog box goes to background

John Layt john at layt.net
Sat Nov 24 18:06:33 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=152788         




------- Additional Comments From john layt net  2007-11-24 18:06 -------
Can you try a simple test case using the KdePrint static method for creating the dialog?

    #include <kdeprintdialog.h>
    QPrintDialog pd = KdePrint::createPrintDialog( &printer, this );

And the alternative method which adds a any widget to the dialog:

    QPrintDialog pd = KdePrint::createPrintDialog( &printer,
                               QList<QWidget*>() << aWidget, this );

As separate cases would be great.

Thanks!


More information about the Kdelibs-bugs mailing list