linphone-desktop/tests/ui/modules/Linphone/Styles/Form/ExclusiveButtonsStyle.qml
2016-09-27 15:05:53 +02:00

17 lines
354 B
QML

pragma Singleton
import QtQuick 2.7
import Linphone 1.0
QtObject {
property int buttonsSpacing: 8
property QtObject button: QtObject {
property QtObject color: QtObject {
property string hovered: Colors.n
property string normal: Colors.m
property string pressed: Colors.i
property string selected: Colors.g
}
}
}