[PyKDE] QDockArea layouts

Derek Fountain derekfountain at yahoo.co.uk
Wed Nov 5 10:45:00 GMT 2003


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




More information about the PyQt mailing list