MCPcopy Create free account
hub / github.com/YACReader/yacreader / setText

Method setText

YACReaderLibrary/comic_vine/scraper_scroll_label.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void ScraperScrollLabel::setText(const QString &text)
31{
32 textLabel->setAlignment(Qt::AlignTop | Qt::AlignLeft);
33 textLabel->setText(text);
34 textLabel->adjustSize();
35}
36
37void ScraperScrollLabel::openLink(const QString &link)
38{

Callers 13

setVolumeInfoMethod · 0.45
setTitleMethod · 0.45
setSubTitleMethod · 0.45
setVolumeInfoMethod · 0.45
ApiKeyDialogMethod · 0.45
loadVolumeInfoMethod · 0.45
setDescriptionMethod · 0.45
setAltTextMethod · 0.45
showLoadingMethod · 0.45
setLoadingMessageMethod · 0.45
loadComicInfoMethod · 0.45
setDescriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected