feat: Add loading after stop scan action.

This commit is contained in:
sunwen
2024-10-29 13:57:29 +08:00
parent 2e92378b44
commit 0ae12bece8
8 changed files with 189 additions and 57 deletions

View File

@@ -1248,6 +1248,27 @@ QWidget#formWidget QLabel#CEchoMessage{
font-size: 24px;
}
QWidget#StopScanLoading {
background: qlineargradient(x1:0,
y1: 0,
x2: 0,
y2: 1,
stop: 0.0 darkgray,
stop: 0.5 lightgray,
stop: 1.0 darkgray);
border-radius: 20px;
border: 5px solid #0078d8;
}
QWidget#StopScanLoading QLabel
{
font-size: 30px;
font-weight: Bold;
color: #3078d8;
}