1#ifndef TBQ_CORE_RICHLINK_H
2#define TBQ_CORE_RICHLINK_H
4#include "toolboxqt/toolboxqt_global.h"
15 explicit RichLink(
const QUrl &link,
const QString &display = QString());
18 const QUrl& getUrl()
const;
19 const QString& getTextDisplayed()
const;
21 QString toHtml()
const;
Display a link with a custom text.
Definition: richlink.h:12