MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setText

Method setText

ui/aboutwidget.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void AboutWidget::setText(const QString &text)
71{
72 setHeader(text);
73 ui->textAuthors->setVisible(false);
74 ui->textFooter->setVisible(false);
75}
76
77void AboutWidget::setBackgroundWindow(QWidget *window)
78{

Callers 3

setTitleMethod · 0.45
setHeaderMethod · 0.45
setFooterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected