2014-04-17 13:56:13 +02:00
|
|
|
import QtQuick 2.2
|
2013-12-25 18:44:46 +01:00
|
|
|
import "utils"
|
|
|
|
|
|
|
|
TerminalFrame{
|
|
|
|
id: frame
|
|
|
|
z: 2.1
|
|
|
|
anchors.fill: parent
|
|
|
|
addedWidth: 200
|
|
|
|
addedHeight: 370
|
2014-09-14 00:45:34 +02:00
|
|
|
borderLeft: 170
|
|
|
|
borderRight: 170
|
|
|
|
borderTop: 250
|
|
|
|
borderBottom: 250
|
2013-12-25 18:44:46 +01:00
|
|
|
imageSource: "../images/black-frame.png"
|
|
|
|
normalsSource: "../images/black-frame-normals.png"
|
2014-04-20 22:59:46 +02:00
|
|
|
|
2014-04-18 11:14:47 +02:00
|
|
|
distortionCoefficient: 1.9
|
2014-04-05 15:14:52 +02:00
|
|
|
|
2014-09-14 00:45:34 +02:00
|
|
|
displacementLeft: 80.0
|
|
|
|
displacementTop: 65.0
|
|
|
|
displacementRight: 80.0
|
|
|
|
displacementBottom: 65.0
|
2013-12-25 18:44:46 +01:00
|
|
|
|
2014-03-24 11:09:34 +01:00
|
|
|
shaderString: "FrameShader.qml"
|
2013-12-25 18:44:46 +01:00
|
|
|
}
|