|
@ -2,12 +2,10 @@ import QtQuick 2.3 |
|
|
import QtQuick.Controls 1.2 |
|
|
import QtQuick.Controls 1.2 |
|
|
|
|
|
|
|
|
Rectangle { |
|
|
Rectangle { |
|
|
|
|
|
|
|
|
anchors.fill: parent |
|
|
anchors.fill: parent |
|
|
width: parent.width |
|
|
width: parent.width |
|
|
height: parent.height |
|
|
height: parent.height |
|
|
color: "lightgray" |
|
|
color: "lightgray" |
|
|
|
|
|
|
|
|
Text { |
|
|
Text { |
|
|
font.pointSize: 7 |
|
|
font.pointSize: 7 |
|
|
anchors.left: parent.left |
|
|
anchors.left: parent.left |
|
@ -19,7 +17,6 @@ Rectangle { |
|
|
objectName: "status" |
|
|
objectName: "status" |
|
|
id: status |
|
|
id: status |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TextArea { |
|
|
TextArea { |
|
|
readOnly: true |
|
|
readOnly: true |
|
|
anchors.left: parent.left |
|
|
anchors.left: parent.left |
|
|