Commit e8bcffc6 authored by Don Gagne's avatar Don Gagne

Add temp text indicators

parent dcaedd18
...@@ -39,6 +39,12 @@ Rectangle { ...@@ -39,6 +39,12 @@ Rectangle {
color: qgcPal.windowShade color: qgcPal.windowShade
opacity: 0.8 opacity: 0.8
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
text: ">"
}
MouseArea { MouseArea {
id: sliderDragArea id: sliderDragArea
anchors.fill: parent anchors.fill: parent
...@@ -73,6 +79,12 @@ Rectangle { ...@@ -73,6 +79,12 @@ Rectangle {
color: qgcPal.windowShade color: qgcPal.windowShade
opacity: 0.8 opacity: 0.8
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
text: "X"
}
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
onClicked: _root.reject() onClicked: _root.reject()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment