On Monday 08 January 2007 21:36, Matt Chambers wrote: > Anyone know of a way to open a new dialog using drag and drop? > Basically, I want the user to be able to drag a widget out of the > application, and have a copy of that widget in a separate dialog box. > > -Matt > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde You could use a QDockWidget for that, look at the Designer for example, every widget can be dragged out to every location.
-- Rick van Hattem Rick.van.Hattem(at)Fawo.nl
pgpZ5gVmcIOfY.pgp
Description: PGP signature
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
