MCPcopy Create free account
hub / github.com/cc20110101/RedisView / resizeEvent

Method resizeEvent

src/RedisView/AppView/MainWidget.cpp:1341–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339}
1340
1341void MainWidget::resizeEvent(QResizeEvent *) {
1342 QRect rect = geometry();
1343 _waitLabel->move(rect.x() + rect.width()/2 - _waitLabel->width() /2,
1344 rect.y() + rect.height()/4 - _waitLabel->height());
1345}
1346
1347void MainWidget::runWait(bool isRun) {
1348 if(isRun) {

Callers

nothing calls this directly

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected