feat: Add loading after stop scan action.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user