mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
Style buttons
This commit is contained in:
parent
753032e5e8
commit
03cd80f5ad
4 changed files with 33 additions and 7 deletions
|
@ -162,9 +162,14 @@ Item
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
spacing: 6
|
||||
|
||||
Button
|
||||
ButtonText
|
||||
{
|
||||
text: qsTr("Revoke")
|
||||
|
||||
borderRadius: 0
|
||||
buttonTextPixelSize: 14
|
||||
iconUrl: "/icons/leave.svg"
|
||||
|
||||
onClicked:
|
||||
rsApi.request(
|
||||
"/peers/"+nodeDetailsRoot.pgpId+"/delete", "",
|
||||
|
@ -172,11 +177,16 @@ Item
|
|||
{ stackView.push("qrc:/TrustedNodesView.qml") })
|
||||
}
|
||||
|
||||
Button
|
||||
ButtonText
|
||||
{
|
||||
text: qsTr("Entrust")
|
||||
|
||||
visible: nodeDetailsRoot.nodeCert.length > 0
|
||||
|
||||
borderRadius: 0
|
||||
buttonTextPixelSize: 14
|
||||
iconUrl: "/icons/invite.svg"
|
||||
|
||||
onClicked:
|
||||
{
|
||||
var jsonData =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue