Hello,<br>We're a group of students currently programming a plasmoid applet for KDE and want to include an HTTP link in the text of our widget.<br><br>I use a Plasma::Label to show the text and I connected the signal "linkActivated" of the Label to a KRun::runUrl() call.<br>
<br>My problem is that the signal is never triggered, moreover if I
replace the signal "linkActivated" by the signal "linkHovered" the link
works just fine and is opened in my default web browser.<br><br>
Do you have any clue on what's the source of the problem?<br><br><code><br>//what i need but not working <br>connect(m_contentWidget, SIGNAL(linkActivated(const QString&)), this, SLOT(runLinkUrl(const QString&)));<br>
<br>//this is working<br>connect(m_contentWidget, SIGNAL(linkHovered(const QString&)), this, SLOT(runLinkUrl(const QString&))); <br clear="all"></code><br><br><span style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial,sans-serif; font-size: 13px;">Best regards,<br>
The IUP ISI team.</span><br>