Well, apparently it was not so simple.
..
www1_label->setText(Weblink1);
www1_label->setTextInteractionFlags ( Qt::LinksAccessibleByMouse );
www1_label->setOpenExternalLinks(true);
QLabel *www1_label;
..
www1_label->setText(Weblink1);
www1_label->setTextInteractionFlags ( Qt::LinksAccessibleByMouse );
www1_label->setOpenExternalLinks(true);
To copy to clipboard, switch view to plain text mode
does nothing. The link is not active and nothing happens when clicking on it.
There is no change of cursor when the pointer is pasing over it.
What have I missed?
Is there any example I can look at?
Bookmarks