linphone-desktop/tests/ui/style/components/Collapse.qml
2016-09-23 17:08:40 +02:00

12 lines
234 B
QML

pragma Singleton
import QtQuick 2.7
QtObject {
property int animationDuration: 200
property int iconSize: 32
property string icon: 'collapse'
property var background: Rectangle {
color: 'transparent'
}
}