[PyQt] Implementation of the editabletreemodel example

2009-03-28 Thread cyril Romain
Hi, Here is the PyQt implementation of the editabletreemodel itemviews example. The code was written from the C++ implementation, with space only inside. Feel free to make any necessary changes such as adjusting the header (copied from simpletreemodel.py example) or removing ui_mainwindow.py

Re: [PyQt] Implementation of the editabletreemodel example

2009-03-28 Thread Phil Thompson
On Sat, 28 Mar 2009 11:48:41 +0100, cyril Romain c.rom...@laposte.net wrote: Hi, Here is the PyQt implementation of the editabletreemodel itemviews example. The code was written from the C++ implementation, with space only inside. Feel free to make any necessary changes such as adjusting