Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-02 Thread Mailing List SVR
Il 31/12/2011 16:01, Linos ha scritto: has anyone tried this? for me the cpp example is identical to the python one (qt 4.7.4, pyqt 4.8.5, ubuntu oneiric packages) Nicola El 28/12/11 18:16, Linos escribió: Hi, after Qt upgrade to 4.8.0 in my machine i have been getting problems

Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-02 Thread Mailing List SVR
, Miguel Angel. El 02/01/12 10:44, Mailing List SVR escribió: Il 31/12/2011 16:01, Linos ha scritto: has anyone tried this? for me the cpp example is identical to the python one (qt 4.7.4, pyqt 4.8.5, ubuntu oneiric packages) Nicola El 28/12/11 18:16, Linos escribió: Hi, after Qt upgrade

Re: [PyQt] Professional IDE

2011-09-07 Thread Mailing List SVR
Il 07/09/2011 15:20, ad...@mbnoimi.net ha scritto: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide:http://wingware.com/ Actually I found eclipse better than wing but both of them don't have PyQt integration just like eric. The only missing thing in

Re: [PyQt] Debugging in windows

2011-05-19 Thread Mailing List SVR
Il giorno dom, 15/05/2011 alle 00.22 -0400, Luke Campagnola ha scritto: Howdy, I have just compiled PyQt 4.8.4 in WinXP using MinGW from the Qt SDK. I configured both sip and PyQt with --debug turned on (but had to modify the makefiles to link against python26 instead of python26_d). My

Re: [PyQt] QMainWindow bug?

2011-01-21 Thread Mailing List SVR
. Regards, Erik On Thu, 2011-01-20 at 10:22 +0100, Mailing List SVR wrote: Ok, in a my pyqt app (I'm still using pyqt-4.7.x), I have a dialog that require much time to open so I keep a reference to it in a app global variable and I use this reference to reopen the dialog after the first

Re: [PyQt] QMainWindow bug?

2011-01-21 Thread Mailing List SVR
again (from a different widget), this time the dialog is loaded from the cache - you can repeat the sequence, or try any other order this works, but probably it should not work ... Nicola Erik On Fri, Jan 21, 2011 at 10:21 AM, Mailing List SVR li...@svrinformatica.it wrote: Hi Erik

Re: [PyQt] QMainWindow bug?

2011-01-20 Thread Mailing List SVR
with it, therefor the detection was turned off again in 4.8.2 the solution is not to keep references in python of objects owned by qt when they might get deleted. On Wed, Jan 19, 2011 at 12:36 PM, Mailing List SVR li...@svrinformatica.it wrote: I can confirm the segfault: - linux, kernel 2.6.36

Re: [PyQt] QMainWindow bug?

2011-01-20 Thread Mailing List SVR
Il giorno gio, 20/01/2011 alle 10.57 +0100, Antonio Valentino ha scritto: Hi Nicola, Il giorno Thu, 20 Jan 2011 10:22:55 +0100 Mailing List SVR li...@svrinformatica.it ha scritto: Ok, in a my pyqt app (I'm still using pyqt-4.7.x), I have a dialog that require much time to open so I

Re: [PyQt] QMainWindow bug?

2011-01-19 Thread Mailing List SVR
I can confirm the segfault: - linux, kernel 2.6.36 - python 2.7.1 - pyqt 4.8.2 - qt 4.7.1 works fine with PySide, Nicola Il giorno mer, 19/01/2011 alle 08.36 +0100, Vicent Mas ha scritto: 2011/1/18 Nick Gaens m...@nickgaens.com: - Win7 64bit - Python 2.6.6 (r266:84297, Aug 24 2010,

Re: [PyQt] Hunting down memory leaks

2010-12-17 Thread Mailing List SVR
Il giorno mar, 14/12/2010 alle 18.02 +0100, Hans Meine ha scritto: Am Dienstag 14 Dezember 2010, 17:05:42 schrieb Darryl Wallace: One of the things I've found in this regard has to do with Python and garbage collection. If the reference count to certain objects does not go to zero then

Re: [PyQt] Segmentation faults

2010-08-06 Thread Mailing List SVR
Il giorno gio, 05/08/2010 alle 03.10 -0400, Luke Campagnola ha scritto: I believe I have run into a class of bugs in PyQt4. I originally found that QSpinBox.lineEdit() returns a QLineEdit instance which does not maintain its reference count properly after the original QSpinBox is deleted.

[PyQt] Any examples for qgraphicswebview?

2010-06-01 Thread Mailing List SVR
Hi all, can someone provide a basic example on how to use qgraphicswebview in pyqt? thanks Nicola ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Suggestion to get events from a web page

2010-05-21 Thread Mailing List SVR
In data giovedì 20 maggio 2010 23:14:55, Mailing List SVR ha scritto: : Hi all, I need to display a web page in my pyqt application, qwebview make this really simple but my interface is without keyboard so I have to show a virtual keyboard when the user select an input text or a selectbox

[PyQt] Suggestion to get events from a web page

2010-05-20 Thread Mailing List SVR
Hi all, I need to display a web page in my pyqt application, qwebview make this really simple but my interface is without keyboard so I have to show a virtual keyboard when the user select an input text or a selectbox or a textarea so I need to be notified when a such selection occur in the

Re: [PyQt] Embedding VLC

2010-03-08 Thread Mailing List SVR
You can also try the vlc python bindings: http://liris.cnrs.fr/advene/download/python-ctypes/ they work on windows and linux, be warned vlc and the vlc python bindings are GPL so I think you have to release any derivated code as gpl too, Nicola In data lunedì 1 marzo 2010 04:13:03, jaybstory

[PyQt] maxVisibleItems and qcombobox

2009-12-01 Thread Mailing List SVR
Hi, I have a combox with about 15 elements I setted maxVisibleItems to 5 but the combo still show all the items on mouse click. I would like to see 5 elements and click to see other 5 and so on, how can I do this? Is this a bug or maxVisibleItems isn't supposed to do this? thanks Nicola

[PyQt] More than one statusbar

2009-11-26 Thread Mailing List SVR
Hi all, is it possible to have more than one statusbar in a QMainWindow? I would like to have to status bar one up and the other down in the qmainwindow and I want this status bar remain when I change the central widget, any hints? ___ PyQt mailing

Re: [PyQt] Log viewer file change notification

2009-11-14 Thread Mailing List SVR
You can use pyinotify (http://trac.dbzteam.org/pyinotify) or inotifyx (https://launchpad.net/inotifyx) if you cannot use gpl code, Nicola In data venerdì 13 novembre 2009 19:14:40, Christian Aubert ha scritto: : I'm using the logging module to keep a log instead of messy print statements

[PyQt] Pyqt 4.6- sip 4.9 bug

2009-10-08 Thread Mailing List SVR
Hi, seems there is a bug with the newest version of pyqt and sip, with pyqt-4.5.4 and sip-4.8.2 is possible to override label events as follow: self.imagelabel.mouseReleaseEvent=self.eventMouseRelease this snippet does't work with pyqt-4.6 and sip-4.9, the event is never triggered, regards

[PyQt] actual vendorid status

2009-08-26 Thread Mailing List SVR
Hi, a simple question here http://www.riverbankcomputing.com/software/vendorid/intro I read: The motivation for the VendorID package was following condition in Trolltech's commercial Qt license agreement: Applications may not pass on functionality which in any way makes it possible for

[PyQt] Virtual keyboard widget for pyqt

2009-08-25 Thread Mailing List SVR
Hi, there is a virtual keyboard widget for touch-screen application for pyqt? Something like this: http://www.qt-apps.org/content/show.php/VirtualKeyboard?content=107388 thanks SVR ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] undefined symbol typeinfo for QXmlDefaultHandler

2009-08-20 Thread Mailing List SVR
I have the following error: undefined symbol typeinfo for QXmlDefaultHandler when from a python shell I do: from PyQt4.QtXml import * pyqt is cross compiled for arm, the other modules seems to work fine, some hints? Nicola ___ PyQt mailing list

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread Mailing List SVR
Thanks, it is possible to have a short example with code? In data martedì 18 agosto 2009 18:23:25, Jason H ha scritto: : That is for a cross fade. You could always fade to empty then fade out. I would probably do something like that for a cross fade. The fader widget appears to do a