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

Method setColor

custom_widgets/yacreader_busy_widget.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void YACReaderBusyWidget::setColor(QColor color)
19{
20 busyIndicator->setColor(color);
21}
22
23BusyIndicator::BusyIndicator(QWidget *parent, int size)
24 : QWidget(parent),

Callers 3

YACReaderBusyWidgetMethod · 0.45
drawRectStyleMethod · 0.45
drawEllipseStyleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected