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

Method setAltText

YACReaderLibrary/comic_vine/scraper_scroll_label.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void ScraperScrollLabel::setAltText(const QString &text)
24{
25 textLabel->setAlignment(Qt::AlignTop | Qt::AlignHCenter);
26 textLabel->setText(text);
27 textLabel->adjustSize();
28}
29
30void ScraperScrollLabel::setText(const QString &text)
31{

Callers 2

loadVolumeInfoMethod · 0.80
loadComicInfoMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected