feat(GODT-2772): converted setup wizard help link to button with context menu.

This commit is contained in:
Xavier Michelon
2023-08-18 17:02:17 +02:00
parent 65846ff40f
commit 6f420f9098
4 changed files with 67 additions and 29 deletions

View File

@ -216,21 +216,6 @@ Item {
wizard: root
}
}
LinkLabel {
id: reportProblemLink
anchors.bottom: parent.bottom
anchors.bottomMargin: 48
anchors.horizontalCenter: parent.horizontalCenter
colorScheme: root.colorScheme
horizontalAlignment: Text.AlignRight
text: link("#", qsTr("Report problem"))
width: 444
onLinkActivated: {
closeWizard();
showBugReport();
}
}
}
}
@ -242,5 +227,8 @@ Item {
wizard: root
}
}
HelpButton {
wizard: root
}
}