2 * Copyright 2012 Intel Corporation.
4 * This program is licensed under the terms and conditions of the
5 * Apache License, version 2.0. The full text of the Apache License is at
6 * http://www.apache.org/licenses/LICENSE-2.0
15 property variant call: null
19 console.log("*** STATE IS now >> " + root.state);
25 root.state = 'disconnected'
30 largeView.call = call;
31 console.log("*** QML *** :: CALL ITEM CHANGED, STATE: " + call.state);
32 root.state = call.state;
34 if (call.stateChanged)
36 call.stateChanged.connect(function(state) {
37 console.log("*** QML *** :: CALL ITEM STATE CHANGED: " + state);
49 PropertyChanges {target: root; visible: true}
54 PropertyChanges {target: root; visible: true}
59 PropertyChanges {target: root; visible: true}
64 PropertyChanges {target: root; visible: true}
69 PropertyChanges {target: root; visible: true}
74 PropertyChanges {target: root; visible: true}
79 PropertyChanges {target: root; visible: false}
86 anchors {top: parent.top; left: parent.left; right: parent.right; bottom: parent.bottom; topMargin: parent.height / 4; bottomMargin: parent.height / 5}
89 GradientStop {position: 0.0; color: '#4f4f4f'}
90 GradientStop {position: 1.0; color: '#000000'}
96 call: root.call //parent.call
97 state: root.state //parent.state