[PyQt] help installing pyqt5.1 and using with pycharm3

2013-10-03 Thread alan
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

[PyQt] pyqt5.1 segfault on QShortcut construction

2013-10-03 Thread Stephen Gava
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

[PyQt] pyqt5.1 QWidget.childAt() exception

2013-10-03 Thread Stephen Gava
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