Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ paintEvent
Method
paintEvent
src/RedisView/AppView/UpdateSystem.cpp:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void UpdateWidget::paintEvent(QPaintEvent *event) {
98
QPainter painter;
99
painter.begin(this);
100
painter.setRenderHint(QPainter::Antialiasing);
101
_updater->paint(&painter, event, _elapsed);
102
painter.end();
103
}
Callers
nothing calls this directly
Calls
1
paint
Method · 0.45
Tested by
no test coverage detected