On Saturday, February 13, 2010, Sergey Bryukov
<[email protected]> wrote:
> Hello! How to make WText looks like  a link, and then catch clicked() signal?
> Probably Im looking for like this:
>
> text = new WText("<a>link</a>", this);
> text->clicked().connect(SLOT(x,x));
>
> Any advice please?
>
> Sergey
You should take a look at the wt code that emitts the clicked signal
in WAnchor and try to replicate it. Why won't you use an anchor to the
same place?

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to