I have downloaded python 3.3.2 and built into /opt/python3.3.2 folder.
Then downloaded sip and built into the /opt/python3.3.2 the downloaded
pyqt5.1 and again configured, made and installed into the
/opt/python3.3.2 folder. In that there is a Qt5 folder in
/opt/python3.3.2/lib/python3.3/site-p
hi there, i already tried to send a message on this, through gmane,
which never appeared, so apologies if they both turn up on the list.
hereforth let this be the canonical message on this topic (eg. ignore
the other one if it appears) ;) .
using pyqt4 this works without problem:
self.shortcu
i've found another puzzling (to me) difference in behaviour between
pyqt5 and pyqt4.
using pyqt4 this works without any problem:
child_widget=self.parent_widget.childAt(self.parent_widget.mapFromGlobal(QCursor.pos()))
returning the child widget under the cursor, which i can then use in
subseq