[Bug 112861] "Save As, Open, Cancel" download dialog is not resizable

Michael Pyne mpyne at purinchu.net
Sat Jul 5 22:48:47 CEST 2008


------- 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=112861         




------- Additional Comments From mpyne purinchu net  2008-07-05 22:48 -------
The relevant code seems to be KonqRun, which is a subclass of KParts::BrowserRun (in kdelibs).

The function involved is KParts::BrowserRun::askSave(), which ends up simply calling to KMessageBox::questionYesNoCancel(), which by default constructs a dialog that is not resizeable.

It may be possible to use KMessageBox::createKMessageBox() on a KDialog and then ensure that the KDialog has whatever Qt::WindowFlag that enables resizing set.


More information about the Kdelibs-bugs mailing list