Addeded the possibility to remove the frame

This commit is contained in:
Filippo Scognamiglio
2013-12-25 19:08:03 +01:00
parent 750d03979c
commit b25a3f6a4f
4 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
import QtQuick 2.0
import "utils"
TerminalFrame{
id: frame
z: 2.1
anchors.fill: parent
addedWidth: 190
addedHeight: 190
borderLeft: 116
borderRight: 116
borderTop: 116
borderBottom: 116
imageSource: "../images/screen-frame.png"
sourceRect: Qt.rect(-65, -75, terminal.width + 130, terminal.height + 150)
shaderString: "NoFrameShader.qml"
}