Refactored to reflect the new VM and State

This commit is contained in:
obscuren
2014-07-24 12:30:41 +02:00
parent e7a80ec681
commit a06a84d19b
10 changed files with 77 additions and 31 deletions

View File

@@ -249,6 +249,8 @@ ApplicationWindow {
}
TextField {
text: eth.getCustomIdentifier()
width: 500
placeholderText: "Anonymous"
onTextChanged: {
eth.setCustomIdentifier(text)
}