Add HProgressBar component
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import "../../Base"
|
||||
import "../../utils.js" as Utils
|
||||
|
||||
HColumnLayout {
|
||||
readonly property int progress: accountInfo.importing_key
|
||||
@@ -43,7 +41,7 @@ HColumnLayout {
|
||||
}
|
||||
}
|
||||
|
||||
ProgressBar {
|
||||
HProgressBar {
|
||||
id: progressBar
|
||||
from: 0
|
||||
value: progress
|
||||
|
Reference in New Issue
Block a user