VehicleComponentSummaryButton.qml 166 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
import QtQuick 2.2
import QtQuick.Controls 1.2
import QGroundControlFactControls 1.0

SetupButton {
    width: 300
    height: 200
    title: vehicleComponent.name
}