29 #include "ui_vehiclepage.h"
45 if (ui->multirotorButton->isChecked()) {
47 }
else if (ui->fixedwingButton->isChecked()) {
49 }
else if (ui->heliButton->isChecked()) {
51 }
else if (ui->surfaceButton->isChecked()) {
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
VehiclePage(SetupWizard *wizard, QWidget *parent=nullptr)
SetupWizard * getWizard() const
void setVehicleType(SetupWizard::VEHICLE_TYPE type)