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