Separator.qml 96 B

1234567
  1. import QtQuick 2.0
  2. Rectangle {
  3. width: 1
  4. height: parent.height/2
  5. color: "#dddddd"
  6. }