WIP: Add Welcome Page and use CTRL+Alt+D to trigger

This commit is contained in:
Lipu Fei 2019-02-27 11:51:28 +01:00
parent 3b63f92d55
commit ac012e8f09
5 changed files with 91 additions and 0 deletions

View file

@ -69,10 +69,19 @@ Item
property alias browsePackages: browsePackagesAction
property alias showOnBoarding: showOnBoarding
UM.I18nCatalog{id: catalog; name: "cura"}
Controls2.Action
{
id: showOnBoarding
text: catalog.i18nc("@action:inmenu", "Show On boarding")
shortcut: "Ctrl+Alt+D"
}
Action
{
id: showTroubleShootingAction
onTriggered: Qt.openUrlExternally("https://ultimaker.com/en/troubleshooting")