Re: [PyQt] Availability of bindings for Qt3D

2012-08-24 Thread Phil Thompson
On Fri, 24 Aug 2012 11:41:19 -0500, Suleyman Karabuk wrote: > I was wondering if anyone knows about the availability of Python > bindings for Qt3D on Linux. > > http://doc-snapshot.qt-project.org/qt3d-1.0/index.html > > I understand that I could use SIP to create the bindings myself, but if >

[PyQt] Availability of bindings for Qt3D

2012-08-24 Thread Suleyman Karabuk
I was wondering if anyone knows about the availability of Python bindings for Qt3D on Linux. http://doc-snapshot.qt-project.org/qt3d-1.0/index.html I understand that I could use SIP to create the bindings myself, but if someone has already created a copy I would appreciate access to it. By t

[PyQt] Is there any VU Meter widgets?

2012-08-24 Thread zw g
Hi List, Is there any VU Meter widgets out there for displaying the volume level of audio signal(output/input) in real time? If not, can someone give me a clue how to write one? Step 1, 2, 3... And maybe how to interact with sound card? Get the audio signal value in almost realtime and display i

Re: [PyQt] Accessing global variables

2012-08-24 Thread Phil Thompson
On Fri, 24 Aug 2012 14:26:10 +0200, Marco Meier wrote: > Hi, > > i am trying to access an enum that is defined globally in a namespace. > Simply defining it in the sip file wraps the type correctly, but the > value is not the one in the c++ shared object. > > I tried to use %SetCode and %GetCode

[PyQt] Accessing global variables

2012-08-24 Thread Marco Meier
Hi, i am trying to access an enum that is defined globally in a namespace. Simply defining it in the sip file wraps the type correctly, but the value is not the one in the c++ shared object. I tried to use %SetCode and %GetCode with an integer to access the correct value. %GetCode works as intend

Re: [PyQt] Changing base class arguments

2012-08-24 Thread Phil Thompson
On Thu, 23 Aug 2012 16:37:45 +0200, Marco Meier wrote: > Hi, > > i'm trying to wrap a C++ class with virtual methods using SIP. This > class takes an auto_ptr pointing to another class as argument to the > only defined constructor. > > Without virtual methods, i used %MethodCode to create an obj