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
>
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
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
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
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
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