MCPcopy Create free account
hub / github.com/Atarity/Lightpack / fillBackgroundWhite

Method fillBackgroundWhite

Software/src/GrabWidget.cpp:481–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void GrabWidget::fillBackgroundWhite()
482{
483 DEBUG_MID_LEVEL << Q_FUNC_INFO << m_selfId;
484
485 setBackgroundColor(Qt::white);
486 setTextColor(Qt::black);
487}
488
489void GrabWidget::fillBackgroundColored()
490{

Callers 1

setWhiteLedWidgetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected