Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BorderGroup.qml « qml « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38ad9fadff129ac0966da4b933d58d2ea95ca23d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2018 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.

import QtQuick 2.0

QtObject
{
    property real width: 0
    property color color: "black"
}