MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setLineWidth

Method setLineWidth

Components/WaitingSpinnerWidget.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void WaitingSpinnerWidget::setLineWidth(int width) {
153 _lineWidth = width;
154 updateSize();
155}
156
157void WaitingSpinnerWidget::setInnerRadius(int radius) {
158 _innerRadius = radius;

Callers 1

InspectorCtlMethod · 0.80

Calls

no outgoing calls

Tested by 1

InspectorCtlMethod · 0.64