Checking what PyQt4 version you’re running
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() '4.3.3'
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() '4.3.3'
Here’s some code for my future reference on how to use QMutex or QMutexLocker. Lessons Learned: * Use QMutex to…
I keep making the mistake of sending PyQt_PyObjects instead of sending actual Qt4 objects on signals that are defined by…
– Make sure you don’t have cygwin or C:devkitPromsysbin in your path, or else your make files can end up…