On Mon, 25 Jun 2007 19:01:29 +0100
Phil Thompson <[EMAIL PROTECTED]> wrote:
> > > ...but how big are PyQwt and Qwt? I don't have a problem with
> > > including them if they aren't huge.
> >
> > I have an NSIS exe installer of almost 1.5 Mb including Qwt
> > documentation which uncompresses to 9 Mb
On 2007-07-02, Vladimir Pouzanov wrote:
> Hi all,
>
> I'm looking for Qt::DisplayRole, it seems not to be in Qt:
> from PyQt4 import QtCore, QtGui, Qt
> Qt.DisplayRole
>
> Traceback (most recent call last)
> /home/farcaller/ in ()
> : 'module' object has no attribute
> 'DisplayRole'
>
> Any
Hi all,
I'm looking for Qt::DisplayRole, it seems not to be in Qt:
from PyQt4 import QtCore, QtGui, Qt
Qt.DisplayRole
Traceback (most recent call last)
/home/farcaller/ in ()
: 'module' object has no attribute
'DisplayRole'
Any hints?
___
PyQt
I also just tried this and it worked fine on my fresh install of PyQt
running in Eric 4 on Mac OS X 10.4
I get a window with "a" and "b" plus I get:
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on curtis-faiths-
computer.local, Standard
>>>
On Monday 02 July 2007 6:01 am, Andrew Magee wrote:
> Hello all. I've been playing around with pyqt 4 for a while but I've
> run into a problem retrieving items from a QGraphicsScene's items
> collection; the items returned seem to be garbage and cause the python
> interpreter to segfault when I t