WIP: Fixes and add cloud page

This commit is contained in:
Lipu Fei 2019-02-28 08:33:28 +01:00
parent 9c66921538
commit 6ebfaff61e
7 changed files with 136 additions and 8 deletions

View file

@ -50,6 +50,11 @@ class WelcomePagesModel(ListModel):
os.path.join("WelcomePages",
"DataCollectionsContent.qml"))),
})
self._pages.append({"id": "cloud",
"page_url": QUrl.fromLocalFile(Resources.getPath(CuraApplication.ResourceTypes.QmlFiles,
os.path.join("WelcomePages",
"CloudContent.qml"))),
})
self.setItems(self._pages)