mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
WIP: Fixes and add cloud page
This commit is contained in:
parent
9c66921538
commit
6ebfaff61e
7 changed files with 136 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue