I haven't been in a rush to get the next PyKDE release out, and
it's still probably a little way off. I've had a few small bug
reports from a few people (thanks!), all install related, and
have those taken care of.
The next release will also support KDE 3.1.4. That's already done
too, and does
Hello people,
Is there any way to have clickable links in a QTextEdit?
By peeking at Psi's sources, I determined that to make Qt check for
links under the mouse pointer, you have to overload a linksEnabled()
method to have it return TRUE. Only, this method is private in
QTextEdit's code, and o
On Sunday 28 September 2003 3:04 am, Derek Fountain wrote:
> I have this line of code:
>
> self.emit( PYSIGNAL("signalNewViewerImage"), (QPixmap(filename),) )
>
> It's possible for the filename, and hence the pixmap, to be None. The slot
> handles this eventuality. However, when I run the code unde