mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-10 00:09:12 -04:00
feat: Improve BusyIndicator
This commit is contained in:
@@ -356,10 +356,9 @@ Rectangle {
|
||||
smooth: true
|
||||
mipmap: true
|
||||
|
||||
BusyIndicator {
|
||||
QoABusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
running: imageDisplay.status === Image.Loading
|
||||
visible: running
|
||||
}
|
||||
|
||||
Text {
|
||||
|
||||
@@ -109,7 +109,7 @@ Rectangle {
|
||||
visible: root.isCompressing
|
||||
spacing: 6
|
||||
|
||||
BusyIndicator {
|
||||
QoABusyIndicator {
|
||||
id: compressBusyIndicator
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
@@ -168,7 +168,7 @@ Rectangle {
|
||||
width: 15
|
||||
}
|
||||
|
||||
BusyIndicator {
|
||||
QoABusyIndicator {
|
||||
id: sendBusyIndicator
|
||||
|
||||
anchors.left: parent.left
|
||||
@@ -177,7 +177,6 @@ Rectangle {
|
||||
width: 14
|
||||
height: 14
|
||||
running: root.isProcessing
|
||||
visible: root.isProcessing
|
||||
}
|
||||
|
||||
QoAToolTip {
|
||||
|
||||
Reference in New Issue
Block a user