[PyQt] Drag and Drop when using designer Designer

2012-03-22 Thread Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC)
>From all the examples I have seen using Drag and Drop I figured that I would >need to code up my D&D classes and import them and connect signals to the >Designer-generated code. In this thread I read: > Is there any way to get the drop thing without altering the set up that > setupUi method does

[PyQt] PyQt Drag and Drop

2012-03-22 Thread Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC)
Now I am looking at the code posted here. http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg17197.html It works fine as is on my PC, but I am having trouble learning how to debug signals that don't happen. This may be a namespace problem that I don't understand, but I wanted to separate

Re: [PyQt] Designer source

2012-03-22 Thread Henning Schröder
If someone wants to integrate Designer here is a useable starting point: https://bitbucket.org/henning/pyqtdesigner/get/tip.tar.gz You can open, edit and save forms. Before testing you have to call build.sh This creates a C++ shared library which is loaded by Python with ctypes. The (important) par

Re: [PyQt] I can not install PyQt and sip_4.13.2 on Windows7 x64. “undefined reference”

2012-03-22 Thread Daniel Barbeau
Hello, The official Python x86_64 for Windows 64 does not include libpython.a. If this is also the case for the ActiveState version, you need to create it: http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs Daniel ___ PyQt mailing listPyQt@riverbank

[PyQt] sip: __or__() unsupported function return type - provide %MethodCode and a C++ signature

2012-03-22 Thread Daniel Barbeau
Hello PyQt folks! I need to build PyQt4 myself for several reasons and have succeeded in the past. However, the combination of PyQt4 4.9.1, SIP 4.13.2 and qt 4.8.0 doesn't work. The sip being used is the correct one. My system is Win7 64bits, gcc.exe (GCC) 4.7.0 20120311 (prerelease) from min