linphone-desktop/tests/ui/style/components/ScrollBarStyle.qml
2016-09-26 11:21:52 +02:00

19 lines
365 B
QML

pragma Singleton
import QtQuick 2.7
import 'qrc:/ui/style/global'
QtObject {
property string color: Colors.c
property string pressedColor: Colors.b
property Rectangle background: Rectangle {
color: Colors.d
}
property Rectangle contentItem: Rectangle {
implicitHeight: 100
implicitWidth: 8
radius: 10
}
}