The QDockArea documentation describes these methods:

QTextStream & operator<< ( QTextStream & ts, const QDockArea & dockArea )
QTextStream & operator>> ( QTextStream & ts, QDockArea & dockArea )

I'd like to be able to save my layout (to a QSettings file) and restore it 
when the application restart. The above methods appear to be the mechanism I 
need. How are they implemented and used in PyQt?

-- 
> eatapple
core dump

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to