11 lines
136 B

import QtQuick 2.0
import QtQuick.Controls 1.3
SplitView
{
handleDelegate: Rectangle {
width: 4
height: 4
color: "#cccccc"
}
}