mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
[AddPrinterByIp] Finish GUI as a facade first for review. [CURA-6057]
This commit is contained in:
parent
c1cde2ebc0
commit
3c0583bef0
2 changed files with 109 additions and 32 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
|
||||
# Copyright (c) 2019 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
import os
|
||||
from typing import TYPE_CHECKING, Optional
|
||||
|
||||
|
@ -60,6 +60,8 @@ class WelcomePagesModel(ListModel):
|
|||
"CloudContent.qml"))),
|
||||
})
|
||||
|
||||
self.setItems(self._pages)
|
||||
|
||||
|
||||
def addPage(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue