[PyQt] job postings OK?

2011-06-09 Thread Kerri Reno
Is it OK to post job openings here? -- Please send problems and questions to ca...@yuhsd.fogbugz.com. If you have an emergency, and can't reach me, please call Craig at 928-257-4980 or the help desk at 928-502-4202. .·:*¨¨*:·.   .·:*¨¨*:·.   .·:*¨¨*:·. Yuma Educational Computer Consortium Compass

[PyQt] Simple usage of QListView seems to leak memory in PyQt 3.18.1

2011-06-09 Thread Nahuel Greco
Hi, the attached test seems to leak the QListViewItem's instances. I'm using PyQT 3.18.1 / Python 2.6.6. Note this is a simple usage, I'm only creating QListViewItem's and doing a QListView::clear() to delete them, not subclassing QListViewItem or something like that. script output: nahuel@serge

Re: [PyQt] Qt Contributors Summit

2011-06-09 Thread Linos
What's wanted is the ability to replace QML/JavaScript with something that calls the same public C++ API that QML/JavaScript does. I don't have a problem if, at this stage, it isn't possible to define that API, and I am more than happy to contribute to the development of Qt5 to make sure it is su

Re: [PyQt] Qt Contributors Summit

2011-06-09 Thread Phil Thompson
On Thu, 9 Jun 2011 09:35:19 +0300, Attila Csipa wrote: > On Thursday 09 June 2011 00:37:38 you wrote: >> implementation, ie. QML. What I certainly want is a public C++ API to the >> underlying code that QML sits on top of so that alternative declarative >> solutions can be implemented. > > Wouldn

Re: [PyQt] Qt Contributors Summit

2011-06-09 Thread Henning Schröder
On Wed, Jun 8, 2011 at 9:37 PM, Phil Thompson wrote: > On Thu, 9 Jun 2011 00:18:09 +0300, Attila Csipa wrote: >> On Wednesday 08 June 2011 23:08:36 you wrote: >>>   form_display = ['first_name', 'last_name', 'birthdate'] >>> >>>   this single line will generate me a form with all the fields >>>