<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Phil Thompson wrote:
<blockquote cite="mid200703070834.37958.phil@riverbankcomputing.co.uk"
 type="cite">
  <pre wrap="">On Wednesday 07 March 2007 8:13 am, Tina I wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm trying to make a link in a QLabel that will open in the systems
default browser. I can make the link but I can't make it clickable. When
I try "setOpenExternalLinks(True)"  I get the following error:

Traceback (most recent call last):
  File "metlink.py", line 99, in ?
    f = MetlinkMain()
  File "metlink.py", line 19, in __init__
    self.ui.setupUi(self)
  File "/home/tina/py/metlink/metlinkGUI.py", line 140, in setupUi
    self.label_9.setOpenExternalLinks(True)
AttributeError: setOpenExternalLinks

Is this not implemented in PyQt4? If so it would be great if someone
would be kind enough to provide some pointers to how I can make a link
clickable.

I'm using the Debian Etch package of PyQt by the way.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Which version of Qt is that? setOpenExternalLinks() appeared in Qt v4.2.

Phil</pre>
</blockquote>
Hi Phil,<br>
<br>
I seem to have Qt v4.2.1 (reported by QtDesigner "About Qt") and PyQt
v4.0.1 (<a class="moz-txt-link-freetext" href="http://packages.qa.debian.org/p/python-qt4.html">http://packages.qa.debian.org/p/python-qt4.html</a>) so I guess
it's Debian that's lagging behind...<br>
<br>
Thanks<br>
Tina<br>
</body>
</html>