|
|
|
@ -249,79 +249,6 @@ ApplicationWindow { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
statusBar: StatusBar { |
|
|
|
|
//height: 32 |
|
|
|
|
visible: false |
|
|
|
|
|
|
|
|
|
id: statusBar |
|
|
|
|
Label { |
|
|
|
|
//y: 6 |
|
|
|
|
id: walletValueLabel |
|
|
|
|
|
|
|
|
|
font.pixelSize: 10 |
|
|
|
|
styleColor: "#797979" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
Label { |
|
|
|
|
//y: 6 |
|
|
|
|
objectName: "miningLabel" |
|
|
|
|
visible: true |
|
|
|
|
font.pixelSize: 10 |
|
|
|
|
anchors.right: lastBlockLabel.left |
|
|
|
|
anchors.rightMargin: 5 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
id: lastBlockLabel |
|
|
|
|
objectName: "lastBlockLabel" |
|
|
|
|
visible: true |
|
|
|
|
text: "---" |
|
|
|
|
font.pixelSize: 10 |
|
|
|
|
anchors.right: peerGroup.left |
|
|
|
|
anchors.rightMargin: 5 |
|
|
|
|
} |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
ProgressBar { |
|
|
|
|
visible: false |
|
|
|
|
id: downloadIndicator |
|
|
|
|
value: 0 |
|
|
|
|
objectName: "downloadIndicator" |
|
|
|
|
y: -4 |
|
|
|
|
x: statusBar.width / 2 - this.width / 2 |
|
|
|
|
width: 160 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: false |
|
|
|
|
objectName: "downloadLabel" |
|
|
|
|
//y: 7 |
|
|
|
|
anchors.left: downloadIndicator.right |
|
|
|
|
anchors.leftMargin: 5 |
|
|
|
|
font.pixelSize: 10 |
|
|
|
|
text: "0 / 0" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
|
id: peerGroup |
|
|
|
|
//y: 7 |
|
|
|
|
anchors.right: parent.right |
|
|
|
|
MouseArea { |
|
|
|
|
onDoubleClicked: peerWindow.visible = true |
|
|
|
|
anchors.fill: parent |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
id: peerCounterLabel |
|
|
|
|
font.pixelSize: 10 |
|
|
|
|
text: "0 / 0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property var blockModel: ListModel { |
|
|
|
|
id: blockModel |
|
|
|
|
} |
|
|
|
|