forked from Public/monero-gui
Simple transaction history
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user