Re: [PyQt] segfault!...and more

2008-01-18 Thread Aaron Digulla
Alberto Berti schrieb: > Hi Aaron, > >> "Aaron" == Aaron Digulla <[EMAIL PROTECTED]> writes: > >> # qui parent è in delegato, perciò parent.parent() è la # > >> tabella view = parent.parent() index = view.currentIndex() item > >> = index.internalPointer() if isinstance(item, Looku

[PyQt] segfault!...and more

2008-01-17 Thread Alberto Berti
Hi all, i'm quite new to this list, but i'm working with PyQT4 with great satisfaction to develop a framework, and an application, to build database driven applications using the model/view/delegate approach with SQLAlchemy (http://sqlalchemy.org) instead of the standard SQL enabled tree of mode