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

Method showLoading

YACReaderLibrary/comic_vine/comic_vine_dialog.cpp:557–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void ComicVineDialog::showLoading(const QString &message)
558{
559 content->setCurrentIndex(0);
560 loadingMessage->setText(message);
561 backButton->setHidden(true);
562 skipButton->setHidden(true);
563 nextButton->setHidden(true);
564 searchButton->setHidden(true);
565 closeButton->setVisible(true);
566}
567
568void ComicVineDialog::setLoadingMessage(const QString &message)
569{

Callers

nothing calls this directly

Calls 2

setCurrentIndexMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected