|
|
@ -154,6 +154,7 @@ ApplicationWindow { |
|
|
|
Menu { |
|
|
|
Menu { |
|
|
|
title: "Developer" |
|
|
|
title: "Developer" |
|
|
|
MenuItem { |
|
|
|
MenuItem { |
|
|
|
|
|
|
|
iconSource: "../icecream.png" |
|
|
|
text: "Debugger" |
|
|
|
text: "Debugger" |
|
|
|
shortcut: "Ctrl+d" |
|
|
|
shortcut: "Ctrl+d" |
|
|
|
onTriggered: eth.startDebugger() |
|
|
|
onTriggered: eth.startDebugger() |
|
|
@ -253,16 +254,6 @@ ApplicationWindow { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
Button { |
|
|
|
|
|
|
|
id: importAppButton |
|
|
|
|
|
|
|
text: "Browser" |
|
|
|
|
|
|
|
onClicked: { |
|
|
|
|
|
|
|
eth.openBrowser() |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
RowLayout { |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
id: walletValueLabel |
|
|
|
id: walletValueLabel |
|
|
@ -669,8 +660,7 @@ ApplicationWindow { |
|
|
|
|
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
id: mainView |
|
|
|
id: mainView |
|
|
|
|
|
|
|
color: "#00000000" |
|
|
|
|
|
|
|
|
|
|
|
anchors.right: parent.right |
|
|
|
anchors.right: parent.right |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.bottom: parent.bottom |
|
|
|
anchors.bottom: parent.bottom |
|
|
|