[AddPrinterByIp] Finish GUI as a facade first for review. [CURA-6057]

This commit is contained in:
Remco Burema 2019-03-06 14:05:42 +01:00
parent c1cde2ebc0
commit 3c0583bef0
2 changed files with 109 additions and 32 deletions

View file

@ -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