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

Method runWait

src/RedisView/AppView/MainWidget.cpp:1347–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347void MainWidget::runWait(bool isRun) {
1348 if(isRun) {
1349 setEnabled(false);
1350 _waitLabel->raise();
1351 _waitLabel->setVisible(true);
1352 _movie->start();
1353 } else {
1354 setEnabled(true);
1355 _movie->stop();
1356 _waitLabel->lower();
1357 _waitLabel->setVisible(false);
1358 }
1359}
1360
1361QString MainWidget::getKeyPattern() {
1362 _keyPattern.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected