BorderGroup.qml 193 B

12345678910
  1. // Copyright (c) 2018 Ultimaker B.V.
  2. // Cura is released under the terms of the LGPLv3 or higher.
  3. import QtQuick 2.0
  4. QtObject
  5. {
  6. property real width: 0
  7. property color color: "black"
  8. }