Refactoring of build system and use of native executable instead of qmlscene.
This commit is contained in:
28
app/qml/frames/WhiteSimpleFrame.qml
Normal file
28
app/qml/frames/WhiteSimpleFrame.qml
Normal file
@@ -0,0 +1,28 @@
|
||||
import QtQuick 2.2
|
||||
import "utils"
|
||||
|
||||
TerminalFrame{
|
||||
id: frame
|
||||
z: 2.1
|
||||
anchors.fill: parent
|
||||
addedWidth: 140
|
||||
addedHeight: 140
|
||||
borderLeft: 116
|
||||
borderRight: 116
|
||||
borderTop: 116
|
||||
borderBottom: 116
|
||||
imageSource: "../images/screen-frame.png"
|
||||
normalsSource: "../images/screen-frame-normals.png"
|
||||
|
||||
rectX: 15
|
||||
rectY: 15
|
||||
|
||||
distortionCoefficient: 1.5
|
||||
|
||||
displacementLeft: 45
|
||||
displacementTop: 40
|
||||
displacementRight: 38.0
|
||||
displacementBottom: 28.0
|
||||
|
||||
shaderString: "FrameShader.qml"
|
||||
}
|
||||
Reference in New Issue
Block a user