Move CategoryButton to cura repo

CURA-9005
This commit is contained in:
casper 2022-03-11 13:11:36 +01:00
parent addc5e36a7
commit 5701f42d63
6 changed files with 255 additions and 25 deletions

View file

@ -1,13 +1,13 @@
// Copyright (c) 2018 Ultimaker B.V.
// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
import QtQuick.Controls 2.0
import UM 1.5 as UM
import Cura 1.0 as Cura
import Cura 1.5 as Cura
UM.CategoryButton
Cura.CategoryButton
{
id: base
anchors.left: parent.left