Update to dms control phase1.

This commit is contained in:
sunwen
2023-08-21 14:22:41 +08:00
parent d1dc5df680
commit 20fb814608
59 changed files with 2538 additions and 904 deletions

View File

@@ -94,7 +94,7 @@ void GUIMessageDialog::startLoading() {
mTimerID = -1;
}
accept();
EventCenter::Default()->triggerEvent(GUIEvents::RequestStop, nullptr, nullptr);
EventCenter::Default()->triggerEvent(GUIEvents::RequestFullScanStop, nullptr, nullptr);
LOG_USER_OPERATION(Stop);
});
mTimerID = startTimer(100);
@@ -162,4 +162,4 @@ QPoint GUIMessageDialog::getDialogPos()
{
return mUI->innerWidget->pos();
}
;
;