AirspaceControl.qml 153 Bytes
import QtQuick 2.3
Item {
    property bool   colapsed:       true
    property bool   showColapse:    false
    property bool   planView:       false
}