2019-07-13 19:39:01 +10:00
|
|
|
import QtQuick 2.12
|
2019-07-21 21:14:16 +10:00
|
|
|
import "Base"
|
2019-07-24 16:14:34 +10:00
|
|
|
import "utils.js" as Utils
|
2019-06-27 16:31:03 +10:00
|
|
|
|
2019-07-24 16:14:34 +10:00
|
|
|
HRectangle {
|
|
|
|
color: theme ? theme.controls.box.background : "#0f1222"
|
|
|
|
Behavior on color { HNumberAnimation {} }
|
2019-06-27 16:31:03 +10:00
|
|
|
|
2019-07-21 21:14:16 +10:00
|
|
|
HBusyIndicator {
|
2019-06-27 16:31:03 +10:00
|
|
|
anchors.centerIn: parent
|
|
|
|
}
|
|
|
|
}
|