Qt-interest Archive, March 2002
URL text
Message 1 in thread
Hi,
I'm seeking a text widget for an URL.
What I mean is you have the text on a dialog box, with underline.
When you click on it, it starts the default e-mail client ( if text is
me@mydomain.org ) or the default web browser ( if the text is
http://www.mydomain.org ).
Has somebody already do it ?
I don't really want to do again it if it's already available.
TIA,
Stephane
http://www.exotk.org
Message 2 in thread
Hi,
I found something : using QTextBrowser.
In the QTextBrowser, I write :
<a href="mailto:stephane.routelous@exotk.org">me</a>
But when I click the underlined "me", in the cout , I have :
QTextBrowser: no mimesource for mailto:stephane.routelous@exotk.org
What should I do ?
Thanks,
Stephane
http://www.exotk.org
On March 25, 2002 00:05, Stephane Routelous wrote:
> Hi,
>
> I'm seeking a text widget for an URL.
>
> What I mean is you have the text on a dialog box, with underline.
> When you click on it, it starts the default e-mail client ( if text is
> me@mydomain.org ) or the default web browser ( if the text is
> http://www.mydomain.org ).
>
> Has somebody already do it ?
> I don't really want to do again it if it's already available.
>
> TIA,
>
> Stephane
> http://www.exotk.org