mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
WIP: Add add printer page, network part
This commit is contained in:
parent
6ebfaff61e
commit
56060b1e64
5 changed files with 259 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.1
|
||||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
|
||||
import UM 1.1 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
|
||||
Button
|
||||
{
|
||||
id: machineSelectorButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue