WIP: Add add printer page, network part

This commit is contained in:
Lipu Fei 2019-03-05 08:39:03 +01:00
parent 6ebfaff61e
commit 56060b1e64
5 changed files with 259 additions and 2 deletions

View file

@ -5,6 +5,7 @@ import QtQuick 2.10
import QtQuick.Controls 2.3
import QtGraphicalEffects 1.0 // For the dropshadow
import UM 1.3 as UM
import Cura 1.1 as Cura
import "../Widgets"