| 1339 | } |
| 1340 | |
| 1341 | void 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 | |
| 1347 | void MainWidget::runWait(bool isRun) { |
| 1348 | if(isRun) { |