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
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.
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
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
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
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
>
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
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
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
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
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
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,
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
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
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
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
> 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)'),
>>>
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
18 matches
Mail list logo