[PyQt] Basic URL opening on mouse click

2007-07-01 Thread orcan
Hi, I have some text object in my widget that I created with QLabel. The text actually is rich text containing a URL tag. The text appears on my widget blue and underlined but it is not clickable. The mouse icon doesn't change to "hand" when I try to hover the link. What function should I use t

[PyQt] QGraphicsScene problem

2007-07-01 Thread Andrew Magee
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 try to execute methods from them. I can't seem to find any

Re: [PyQt] Fwd: compile errors

2007-07-01 Thread Thomas Kocourek
Thanks! The patch did the trick. Instead of getting showstopping errors, I just get the usual 'warning' messages. Can't wait to get PyKDE up and going... On 7/1/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote: On Monday 02 July 2007 01:38:22 Thomas Kocourek wrote: > Let's try the correct mailing lis

Re: [PyQt] Fwd: compile errors

2007-07-01 Thread Ismail Dönmez
On Monday 02 July 2007 01:38:22 Thomas Kocourek wrote: > Let's try the correct mailing list 8-) Try the following patch from Fedora: http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/PyKDE/devel/PyKDE-3.16.0-python25.patch /ismail > > -- Forwarded message -- > From: Thomas Ko

[PyQt] Fwd: compile errors

2007-07-01 Thread Thomas Kocourek
Let's try the correct mailing list 8-) -- Forwarded message -- From: Thomas Kocourek <[EMAIL PROTECTED]> Date: Sun, 1 Jul 2007 18:33:53 -0400 Subject: compile errors To: [EMAIL PROTECTED] I followed the instructions to compile PyKDE. The TROUBLESHOOTING instructions ask that comp

[PyQt] Re: PyQt4: QGraphicsView/drag&drop problem

2007-07-01 Thread Frank Ploss
Eriol wrote: > On Thursday 21 June 2007, Frank Ploss wrote: >> I'm trying to implement drag and drop with a QGraphicsView. > > Can't you use the default Graphics View framework drag and drop support > provided for the scene, and for each item? No, I need better control over the look and position

Re: [PyQt] pylupdate patch for UTF-8 support

2007-07-01 Thread Giovanni Bajo
On Sat, 30 Jun 2007 15:58:01 +0100, Phil Thompson <[EMAIL PROTECTED]> wrote: >> this patch is needed for me to be able to correctly run pylupdate over >> Python UTF-8 source code, containing UTF-8 literal strings. >> >> The code uses self.tr() instead of self.trUtf8() and changes the >> defaultCo

Re: [PyQt] QtScintilla2 and fonts

2007-07-01 Thread kib2
Phil Thompson a écrit : On Saturday 30 June 2007 6:43 pm, kib2 wrote: Phil, I've uploaded the version here : h**p://kib2.free.fr/temp/pyqt4/qt4_sci_test.py Detlev's suggestion should fix the problem. Yes concerning the edge mode. But the main question was how can I change the style of i.