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

Method YACReaderBusyWidget

custom_widgets/yacreader_busy_widget.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <QPixmapCache>
7
8YACReaderBusyWidget::YACReaderBusyWidget(QWidget *parent)
9 : QWidget(parent)
10{
11 setFixedSize(70, 70);
12 busyIndicator = new BusyIndicator(this);
13 busyIndicator->setIndicatorStyle(BusyIndicator::StyleArc);
14 busyIndicator->setColor(Qt::white);
15 busyIndicator->move(20, 20);
16}
17
18void YACReaderBusyWidget::setColor(QColor color)
19{

Callers

nothing calls this directly

Calls 2

setIndicatorStyleMethod · 0.80
setColorMethod · 0.45

Tested by

no test coverage detected