mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Add view to list trusted nodes
This commit is contained in:
parent
148c04e85e
commit
80f5e3bd74
4 changed files with 68 additions and 12 deletions
|
@ -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
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue