[PyQt] Wrap with SIP in-out string parameters in class method

2012-12-11 Thread Alexander Bruy
): File input, line 1, in module RuntimeError: underlying C/C++ object has been deleted Is it possible to implement such behaviour with SIP? I use Qt 4.8.2, SIP 4.13.2 and Python 2.7.3 Thanks -- Alexander Bruy ___ PyQt mailing listPyQt

Re: [PyQt] Wrap with SIP in-out string parameters in class method

2012-12-11 Thread Alexander Bruy
Hi Phil, thanks! With QStrings it works fine. On Tue, 11 Dec 2012 11:07:58 + Phil Thompson p...@riverbankcomputing.com wrote: Try passing QStrings as arguments rather than Python strings. Phil -- Alexander Bruy ___ PyQt mailing listPyQt

[PyQt] Custom widget SIP bindings: style not applied

2012-10-29 Thread Alexander Bruy
to fix this? All sources attached. I use PyQt 4.8.1, Qt 4.7.0 and SIP 4.11.2 Thanks -- Alexander Bruy src.tar.bz2 Description: BZip2 compressed data attachment: cpp_widget_empty.pngattachment: cpp_widget_with_text.pngattachment

Re: [PyQt] Possible bug with new signal-slot connection

2012-05-16 Thread Alexander Bruy
: Apart from your issue, consider to subclass QDialog and reimplement reject to conditionally do what you want without continuously fiddling with {dis,}connect. Pete Thansk -- Alexander Bruy ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Possible bug with new signal-slot connection

2012-05-16 Thread Alexander Bruy
remember it being reported. Obviously I will update the documentation. Phil Thanks again -- Alexander Bruy ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Possible bug with new signal-slot connection

2012-05-15 Thread Alexander Bruy
for this bug, find it attached. [0] http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/new_style_signals_slots.html Thanks and sorry for my English -- Alexander Bruy pyqt_bug.tar.bz2 Description: BZip2 compressed data ___ PyQt mailing listPyQt