mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch 'feature_intent_interface' of github.com:Ultimaker/Cura into feature_intent_interface
This commit is contained in:
commit
c2225c9afc
9 changed files with 33 additions and 17 deletions
|
@ -1,8 +1,12 @@
|
|||
import QtQuick 2.0
|
||||
// Copyright (c) 2019 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
import Cura 1.6 as Cura
|
||||
|
||||
import UM 1.2 as UM
|
||||
import Cura 1.6 as Cura
|
||||
|
||||
Popup
|
||||
{
|
||||
id: popup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue