MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / formatLabelLink

Function formatLabelLink

src/gui/documentviewer/WizNoteInfoForm.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "share/WizMessageBox.h"
13
14QString formatLabelLink(const QString& linkHref, const QString& text)
15{
16 return WizFormatString2("<a href=\"%1\" style=\"color:#5990EF;"
17 "text-decoration:none;\">%2</a>", linkHref, text);
18}
19
20WizNoteInfoForm::WizNoteInfoForm(QWidget *parent)
21 : WizPopupWidget(parent)

Callers 2

WizNoteInfoFormMethod · 0.85
setDocumentMethod · 0.85

Calls 1

WizFormatString2Function · 0.85

Tested by

no test coverage detected