Re: [PyQt] Dialogue box with hyperlink

2009-01-30 Thread Geert Vancompernolle
Sundance wrote: http://spyrit.svn.sourceforge.net/viewvc/spyrit/trunk/AboutDialog.py?revision=187&view=markup Basically, you use a QLabel that contains your link in HTML, and don't forget to setOpenExternalLinks( True ) on that label. Links are then opened when clicked with the user's default

Re: [PyQt] Dialogue box with hyperlink

2009-01-28 Thread Sundance
Geert Vancompernolle wrote: > Has anyone somewhere an example code of a small dialogue box which > contains a hyperlink to a web site? http://spyrit.svn.sourceforge.net/viewvc/spyrit/trunk/AboutDialog.py?revision=187&view=markup Basically, you use a QLabel that contains your link in HTML, and do

Re: [PyQt] Dialogue box with hyperlink

2009-01-27 Thread Giovanni Bajo
On mar, 2009-01-27 at 15:11 -0500, Darryl Wallace wrote: > Hello, > > Has anyone somewhere an example code of a small dialogue box which > > contains a hyperlink to a web site? > > > > I would like to point the user to some web site, in the confirmation > > dialogue I want to show. > > > Quick wa

Re: [PyQt] Dialogue box with hyperlink

2009-01-27 Thread Sergio Jovani
A Dimarts 27 Gener 2009 21:11:22, Darryl Wallace va escriure: > Hello, > > > Has anyone somewhere an example code of a small dialogue box which > > contains a hyperlink to a web site? > > > > I would like to point the user to some web site, in the confirmation > > dialogue I want to show. > > Quick

Re: [PyQt] Dialogue box with hyperlink

2009-01-27 Thread Darryl Wallace
Hello, Has anyone somewhere an example code of a small dialogue box which contains a hyperlink to a web site? I would like to point the user to some web site, in the confirmation dialogue I want to show. Quick way is to use a QLabel with tags in the string and then using the standard html

[PyQt] Dialogue box with hyperlink

2009-01-27 Thread Geert Vancompernolle
Hi, Has anyone somewhere an example code of a small dialogue box which contains a hyperlink to a web site? I would like to point the user to some web site, in the confirmation dialogue I want to show. -- Best rgds, Geert *Use EcoCho