Re: [PyQt] pyqt and qt 5.1

2013-07-08 Thread Phil Thompson
On Mon, 08 Jul 2013 16:59:09 +0200, Horst Hannappel wrote: > Hi, > > I am new to Qt and PyQt and not yet sure how things fit together. In the > recent announcements of Qt 5.1 there were highlighted new features for > Qt quick 2. Is it currently possible to create an Qt application, that > make

[PyQt] pyqt and qt 5.1

2013-07-08 Thread Horst Hannappel
Hi, I am new to Qt and PyQt and not yet sure how things fit together. In the recent announcements of Qt 5.1 there were highlighted new features for Qt quick 2. Is it currently possible to create an Qt application, that makes use of the new Qt quick 2 elements and combine that with PyQt 5 cod

Re: [PyQt] [SIP] How to reasonably implement writable global variables?

2013-07-08 Thread Casper Ti. Vector
Thanks, I will stick to use class instances when doing these things to make everything correct. On Mon, Jul 08, 2013 at 10:48:37AM +0100, Phil Thompson wrote: > Again, it's just the way Python works. The binding is implemented by a > descriptor stored in the class's dict. When you "assign" a value