linphone-desktop/tests/ui/modules/Common/Styles/PanedStyle.qml
2016-10-20 09:30:37 +02:00

20 lines
414 B
QML

pragma Singleton
import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int transitionDuration: 200
property QtObject handle: QtObject {
property int width: 10
property QtObject color: QtObject {
property color hovered: Colors.h
property color normal: Colors.c
property color pressed: Colors.b
}
}
}