MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / paint

Method paint

src/theme/QtAdvancedStylesheet.cpp:112–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 virtual void paint(QPainter *painter, const QRect &rect, QIcon::Mode mode,
113 QIcon::State state) override
114 {
115 Q_UNUSED(mode);
116 Q_UNUSED(state);
117
118 QSvgRenderer renderer(m_SvgContent);
119 renderer.render(painter, rect);
120 }
121
122 virtual QIconEngine* clone() const override
123 {

Callers 1

pixmapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected