1
import QtQuick 2.2
2
import QtQuick.Controls 1.2
3
4
Item {
5
width: 100
6
height: 62
7
//SystemPalette { id: palette }
8
clip: true
9
10
}