mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
WIP: Add data collections page
This commit is contained in:
parent
72866683e6
commit
92730a09a2
2 changed files with 74 additions and 0 deletions
|
@ -45,6 +45,11 @@ class WelcomePagesModel(ListModel):
|
|||
os.path.join("WelcomePages",
|
||||
"WhatsNewContent.qml"))),
|
||||
})
|
||||
self._pages.append({"id": "data_collections",
|
||||
"page_url": QUrl.fromLocalFile(Resources.getPath(CuraApplication.ResourceTypes.QmlFiles,
|
||||
os.path.join("WelcomePages",
|
||||
"DataCollectionsContent.qml"))),
|
||||
})
|
||||
|
||||
self.setItems(self._pages)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue