MCPcopy Create free account
hub / github.com/TeXworks/texworks / ClickableLabel

Method ClickableLabel

src/ui/ClickableLabel.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace UI {
28
29ClickableLabel::ClickableLabel(QWidget * parent, Qt::WindowFlags f)
30: QLabel(parent, f)
31{
32}
33
34ClickableLabel::ClickableLabel(const QString & text, QWidget * parent, Qt::WindowFlags f)
35: QLabel(text, parent, f)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected