Re: [PyQt] QSpacerItem causes seg fault

2009-03-07 Thread Phil Thompson
On Sat, 07 Mar 2009 18:08:37 -0500, Matt Smith wrote: > while using: > > PyQt-x11-gpl-4.5-snapshot-20090304 > > on: > Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 > > If I don't keep a persistent reference to a spacer Item I

[PyQt] QSpacerItem causes seg fault

2009-03-07 Thread Matt Smith
while using: PyQt-x11-gpl-4.5-snapshot-20090304 on: Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 If I don't keep a persistent reference to a spacer Item I get a segfault. This is a new event since upgrading from 4.4 to 4.

Re: [PyQt] PyQt4 and Qt plugins (imageformats, etc.) fully supported now

2009-03-07 Thread Arthur Pemberton
On Mon, Feb 23, 2009 at 5:33 AM, Giovanni Bajo wrote: > Hello, > > I've just added a new feature to PyInstaller: a module hook is now able > to specify additional data files that are needed for the module to work > correctly. Those data files are automatically collected when using > --onedir, or b

[PyQt] How to use QDataWidgetMapper?

2009-03-07 Thread Arthur Pemberton
I am trying the QDataWidgetMapper and I just can't figure out hot to use it for anything more complex than the fairly trivial examples I have seen. I have a QListView attached to my model. And the mapper attached to the model. I also have several QLineEdits which are mapped to the QDataWidgetMappe

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-07 Thread Doug Nichols
I prefer Sphinx. On Sat, Mar 7, 2009 at 12:50 PM, Phil Thompson wrote: > On Sat, 7 Mar 2009 18:06:12 +0100, Detlev Offenbach > wrote: > > Hi, > > > > please include the PyQt4 documentation as a compressed Qt Help files > > (*.qch) > > as well. eric4 will support Qt Help collections starting with

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-07 Thread Darren Dale
On Sat, Mar 7, 2009 at 12:50 PM, Phil Thompson wrote: > On Sat, 7 Mar 2009 18:06:12 +0100, Detlev Offenbach > wrote: > > Hi, > > > > please include the PyQt4 documentation as a compressed Qt Help files > > (*.qch) > > as well. eric4 will support Qt Help collections starting with the first > 4.4 >

[PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-07 Thread Phil Thompson
On Sat, 7 Mar 2009 18:06:12 +0100, Detlev Offenbach wrote: > Hi, > > please include the PyQt4 documentation as a compressed Qt Help files > (*.qch) > as well. eric4 will support Qt Help collections starting with the first 4.4 > > snapshot. An opportune moment to ask for opinions... When I (ev

Re: [PyQt] findChildren(): default for type?

2009-03-07 Thread Phil Thompson
On Sat, 07 Mar 2009 18:11:30 +0100, Giovanni Bajo wrote: > Hello, > > any reason why findChild() / findChildren() don't support a default for the > "type" argument (which would be QObject of course) like they do in C++? As they are template methods don't you always have to specify the type from

[PyQt] findChildren(): default for type?

2009-03-07 Thread Giovanni Bajo
Hello, any reason why findChild() / findChildren() don't support a default for the "type" argument (which would be QObject of course) like they do in C++? In PyQt I'm always forced to write code like this: groupBox.findChild(QWidget, "theLabel") instead of: groupBox.findChild("theLabel") I

[PyQt] PyQt4 feature request

2009-03-07 Thread Detlev Offenbach
Hi, please include the PyQt4 documentation as a compressed Qt Help files (*.qch) as well. eric4 will support Qt Help collections starting with the first 4.4 snapshot. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Is there a signal sended by HighLight ?

2009-03-07 Thread David Boddie
On Fri, 6 Mar 2009 23:43:11 +0100, projetmbc wrote: > I would like to know if there is a signal sended by the SyntaxHiglighter > when it catches a change in the text ? That class is designed to be subclassed rather than connected up with signals and slots, but you could emit your own signals when

[PyQt] Re: distribute pyqt application to windows users

2009-03-07 Thread G. Allegri
I've just found http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.5-gpl-4.4.3-1.exe, an all in one package. Anyway the questions remain, because I would prefare to avoid be loosely couples with third party packages... 2009/3/7 G. Allegri : > Hello list. > I'm a newbie with PyQT,

[PyQt] distribute pyqt application to windows users

2009-03-07 Thread G. Allegri
Hello list. I'm a newbie with PyQT, so please excuse my questions if they're trivial. I'm writing an application on my Linux (Kubuntu) box, where installing PyQT is as easy as any other "apt" distribution. The utility'target is both Linux systems and Windows (XP/VIsta). Two questions: 1 - What bin

Re: [PyQt] Problems freeing objects

2009-03-07 Thread Albert Cervera i Areny
A Dissabte 07 Març 2009, Andreas Pakulat va escriure: > On 07.03.09 00:56:06, Albert Cervera i Areny wrote: > > In my application the main interface is based on tabs. The problem is > > that when I open a new tab I see memory increase but it does not decrease > > when I close the tab. > > > > I've

[PyQt] ANN: eric 4.3.1 released

2009-03-07 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.1. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Qfiledailoug multiple file selection

2009-03-07 Thread Detlev Offenbach
On Samstag, 7. März 2009, klia wrote: > Detlev Offenbach wrote: > > On Freitag, 6. März 2009, klia wrote: > >> Hey folks; > >> > >> How can i be able to select multiple files whenever i browse my > >> directory using QfileDailoug? > >> > >> this is the code to call up the filedailoug > >> > >> file

Re: [PyQt] Connecting to a QItemModel

2009-03-07 Thread Mads Ipsen
> On Fri, Mar 6, 2009 at 6:22 PM, Mads Ipsen wrote: >>> How does one connect to the signals of a QItemModel? >>> >>> I tried the following, but it didn't work: >>> >>> self.connect( >>> self.model, >>> QtCore.SIGNAL('itemChanged(QStandardItem 8)'), >>>

Re: [PyQt] Problems freeing objects

2009-03-07 Thread Albert Cervera i Areny
A Dissabte 07 Març 2009, Andreas Pakulat va escriure: > On 07.03.09 00:56:06, Albert Cervera i Areny wrote: > > In my application the main interface is based on tabs. The problem is > > that when I open a new tab I see memory increase but it does not decrease > > when I close the tab. > > > > I've