Add view to list trusted nodes

This commit is contained in:
Gio 2016-09-27 14:05:14 +02:00
parent 148c04e85e
commit 80f5e3bd74
4 changed files with 68 additions and 12 deletions

View file

@ -78,9 +78,11 @@ ApplicationWindow
qParent: swipeView
}
AddTrustedNode
TrustedNodesView { id: trustedNodesView }
Contacts
{
id: addTrustedNodeView
id: contactsView
visible: true
}
@ -105,13 +107,11 @@ ApplicationWindow
height: 100
}
/*
Contacts
AddTrustedNode
{
id: contactsView
id: addTrustedNodeView
visible: true
}*/
}
}
}