[PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Jos van den Oever
Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a working test program in C++ and attempted to implement the same version in PyQt4. Yet, the function QAbstractFileEngine::beginEntryList is not being called. The

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Andreas Pakulat
On 24.05.11 09:33:31, Jos van den Oever wrote: Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a working test program in C++ and attempted to implement the same version in PyQt4. Yet, the function

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Jos van den Oever
On Tuesday, May 24, 2011 09:49:35 AM Andreas Pakulat wrote: On 24.05.11 09:33:31, Jos van den Oever wrote: Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a working test program in C++ and attempted to implement

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Andreas Pakulat
On 24.05.11 10:28:23, Jos van den Oever wrote: On Tuesday, May 24, 2011 09:49:35 AM Andreas Pakulat wrote: On 24.05.11 09:33:31, Jos van den Oever wrote: Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Phil Thompson
On Tue, 24 May 2011 09:33:31 +0200, Jos van den Oever j...@vandenoever.info wrote: Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a working test program in C++ and attempted to implement the same version in PyQt4.

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Jos van den Oever
On Tuesday, May 24, 2011 11:13:07 AM Andreas Pakulat wrote: On 24.05.11 10:28:23, Jos van den Oever wrote: On Tuesday, May 24, 2011 09:49:35 AM Andreas Pakulat wrote: On 24.05.11 09:33:31, Jos van den Oever wrote: Hi all, QAbstractFileEngine is a great way to expose data as a

Re: [PyQt] overriding QAbstractFileEngine::beginEntryList

2011-05-24 Thread Jos van den Oever
On Tuesday, May 24, 2011 11:31:06 AM Phil Thompson wrote: On Tue, 24 May 2011 09:33:31 +0200, Jos van den Oever j...@vandenoever.info wrote: Hi all, QAbstractFileEngine is a great way to expose data as a file system. I'd like to use it in PyQt4. I've implemented a working test

[PyQt] FW: cascadeSubWindows oversized--Conclusion

2011-05-24 Thread Pietro Moras
There is a Conclusion to this enquiry. C1) With PyQt (4), support from collaborative colleagues is particularly valuable. So that to find out the “right” place where to share experiences and tech.info is particularly relevant. C2) The other side of this same coin is that you cannot entirely

[PyQt] QTreeView / QFileSystemModel : auto-expand to designated directory

2011-05-24 Thread James Polk
Howdy, Anybody have any experiences or words of wisdom to share concerning how to have a QTreeView/QFileSystemModel automatically expand from entirely closed (on startup) to a certain specified directory ? Was hoping for a single command,...but preliminary research looks like a recursive

Re: [PyQt] FW: cascadeSubWindows oversized--Conclusion

2011-05-24 Thread David Boddie
On Tuesday 24 May 2011, Pietro Moras wrote: Therefore my Operative conclusion is: O1) To rely upon the “RiverbankComputing.com PyQt Mailing List”, as in this actual “cascade” case. O2) To share in that List my possibly useful s/w fragments as a reward and to the benefit of other fellow