[PyKDE] Embed Dialog in Window

Jim Bublitz jbublitz at nwinternet.com
Wed Nov 16 20:53:09 GMT 2005


On Wednesday 16 November 2005 11:29, Chad Brantly wrote:
> Is there any way to embed a dialog in a window?  I would like to embed the
> font dialog in my preference window, but haven't found any way to do this.
> It would be easy to have a button in the preference window to open the font
> dialog, but I would prefer to allow the user to set the font directly in
> the preference window.

You didn't specify whether you want to do this in PyKDE or PyQt.

Don't know about PyQt, but in PyKDE you can use KCMultiDialog as your main 
"Preferences window". It's in the kutils module. See the KDE docs for usage.

Jim




More information about the PyQt mailing list