mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
WIP: Add User Agreement page and fixes
This commit is contained in:
parent
ac012e8f09
commit
14fdf68871
7 changed files with 97 additions and 25 deletions
|
@ -33,8 +33,12 @@ class WelcomePagesModel(ListModel):
|
|||
self._pages.append({"id": "welcome",
|
||||
"page_url": QUrl.fromLocalFile(Resources.getPath(CuraApplication.ResourceTypes.QmlFiles,
|
||||
os.path.join("WelcomePages", "WelcomeContent.qml"))),
|
||||
}
|
||||
)
|
||||
})
|
||||
self._pages.append({"id": "user_agreement",
|
||||
"page_url": QUrl.fromLocalFile(Resources.getPath(CuraApplication.ResourceTypes.QmlFiles,
|
||||
os.path.join("WelcomePages",
|
||||
"UserAgreementContent.qml"))),
|
||||
})
|
||||
|
||||
self.setItems(self._pages)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue