Skip to content

Commit bcbc80b

Browse files
committed
qml: Added BlockClockComponent to NodeRunner.qml
1 parent 720c814 commit bcbc80b

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

src/qml/pages/node/NodeRunner.qml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,8 @@ Page {
1515
header: NavigationBar {
1616
id: navbar
1717
}
18-
ColumnLayout {
19-
spacing: 0
20-
anchors.fill: parent
21-
ColumnLayout {
22-
width: 600
23-
spacing: 0
24-
anchors.centerIn: parent
25-
Component.onCompleted: nodeModel.startNodeInitializionThread();
26-
Image {
27-
Layout.alignment: Qt.AlignCenter
28-
source: "image://images/app"
29-
sourceSize.width: 64
30-
sourceSize.height: 64
31-
}
32-
BlockCounter {
33-
Layout.alignment: Qt.AlignCenter
34-
blockHeight: nodeModel.blockTipHeight
35-
}
36-
ProgressIndicator {
37-
width: 200
38-
Layout.alignment: Qt.AlignCenter
39-
progress: nodeModel.verificationProgress
40-
}
41-
}
42-
}
18+
19+
Component.onCompleted: nodeModel.startNodeInitializionThread();
20+
21+
BlockClockComponent{}
4322
}

0 commit comments

Comments
 (0)