AirspaceControl.qml 153 Bytes
Newer Older
1 2 3 4
import QtQuick 2.3
Item {
    property bool   colapsed:       true
    property bool   showColapse:    false
Gus Grubba's avatar
Gus Grubba committed
5
    property bool   planView:       false
6
}