30 #include "ui_boardtype_unknown.h"
56 ui->lblReason->setText(
57 tr(
"The firmware version on the board does not match this version of GCS."));
60 ui->lblReason->setText(tr(
"Unknown board type."));
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
The BoardtypeUnknown class tells the user this board type is unknown and unsupported.
void setFailureType(FailureType type)
BoardtypeUnknown(SetupWizard *wizard, QWidget *parent=nullptr)