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

Method setPixmaps

YACReaderLibrary/import_widget.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void YACReaderActivityIndicatorWidget::setPixmaps(const QPixmap &normalLine, const QPixmap &glowLine)
76{
77 normal->setPixmap(normalLine);
78 glow->setPixmap(glowLine);
79 glow->setGeometry(4, 4, glowLine.width(), glowLine.height());
80}
81
82ImportWidget::ImportWidget(QWidget *parent)
83 : QWidget(parent)

Callers 1

applyThemeMethod · 0.80

Calls 2

setPixmapMethod · 0.80
setGeometryMethod · 0.80

Tested by

no test coverage detected