1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-16 15:43:36 +01:00
cool-retro-term/app/frames/WhiteSimpleFrame.qml

20 lines
450 B
QML
Raw Normal View History

2013-12-25 17:44:46 +00:00
import QtQuick 2.0
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"
2014-03-22 14:10:07 +00:00
//normalsSource: "../images/screen-frame-normals.png"
2013-12-25 17:44:46 +00:00
sourceRect: Qt.rect(-65, -75, terminal.width + 130, terminal.height + 150)
shaderString: "WhiteFrameShader.qml"
}