Simple transaction history

This commit is contained in:
Ilya Kitaev
2016-10-04 23:12:58 +03:00
parent 9cc92bf9d6
commit 522b0671ad
9 changed files with 110 additions and 36 deletions

View File

@@ -33,10 +33,13 @@ import moneroComponents.WalletManager 1.0
Rectangle {
id: root
property ListModel model: testModel
property var model: testModel
color: "#F0EEEE"
onModelChanged: {
console.log("model.rowCount: " + model.rowCount())
}
Text {