|
@@ -6,6 +6,7 @@ import QtQuick.Layouts 1.1
|
|
|
import QtQuick.Controls 2.1
|
|
|
|
|
|
import UM 1.2 as UM
|
|
|
+import Cura 1.0 as Cura
|
|
|
|
|
|
UM.TooltipArea
|
|
|
{
|
|
@@ -15,7 +16,7 @@ UM.TooltipArea
|
|
|
width: childrenRect.width;
|
|
|
height: childrenRect.height;
|
|
|
|
|
|
- CheckBox
|
|
|
+ Cura.CheckBox
|
|
|
{
|
|
|
id: check
|
|
|
|