AirspaceControl.qml 111 Bytes
Newer Older
1 2 3 4 5
import QtQuick 2.3
Item {
    property bool   colapsed:       true
    property bool   showColapse:    false
}