File tree Expand file tree Collapse file tree 1 file changed +0
-73
lines changed Expand file tree Collapse file tree 1 file changed +0
-73
lines changed Original file line number Diff line number Diff line change @@ -249,79 +249,6 @@ ApplicationWindow {
249
249
}
250
250
}
251
251
252
- statusBar: StatusBar {
253
- // height: 32
254
- visible: false
255
-
256
- id: statusBar
257
- Label {
258
- // y: 6
259
- id: walletValueLabel
260
-
261
- font .pixelSize : 10
262
- styleColor: " #797979"
263
- }
264
-
265
- /*
266
- Label {
267
- //y: 6
268
- objectName: "miningLabel"
269
- visible: true
270
- font.pixelSize: 10
271
- anchors.right: lastBlockLabel.left
272
- anchors.rightMargin: 5
273
- }
274
-
275
- Label {
276
- id: lastBlockLabel
277
- objectName: "lastBlockLabel"
278
- visible: true
279
- text: "---"
280
- font.pixelSize: 10
281
- anchors.right: peerGroup.left
282
- anchors.rightMargin: 5
283
- }
284
- */
285
-
286
- ProgressBar {
287
- visible: false
288
- id: downloadIndicator
289
- value: 0
290
- objectName: " downloadIndicator"
291
- y: - 4
292
- x: statusBar .width / 2 - this .width / 2
293
- width: 160
294
- }
295
-
296
- Label {
297
- visible: false
298
- objectName: " downloadLabel"
299
- // y: 7
300
- anchors .left : downloadIndicator .right
301
- anchors .leftMargin : 5
302
- font .pixelSize : 10
303
- text: " 0 / 0"
304
- }
305
-
306
-
307
- RowLayout {
308
- id: peerGroup
309
- // y: 7
310
- anchors .right : parent .right
311
- MouseArea {
312
- onDoubleClicked: peerWindow .visible = true
313
- anchors .fill : parent
314
- }
315
-
316
- Label {
317
- id: peerCounterLabel
318
- font .pixelSize : 10
319
- text: " 0 / 0"
320
- }
321
- }
322
- }
323
-
324
-
325
252
property var blockModel: ListModel {
326
253
id: blockModel
327
254
}
You can’t perform that action at this time.
0 commit comments