Commit f5ef31df authored by Lorenz Meier's avatar Lorenz Meier

Added QU4D line

parent 33983aa7
...@@ -99,6 +99,7 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) : ...@@ -99,6 +99,7 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) :
ui->hComboBox->addItem(tr("3DR Iris"), 10016); ui->hComboBox->addItem(tr("3DR Iris"), 10016);
ui->hComboBox->addItem(tr("TBS Discovery"), 10015); ui->hComboBox->addItem(tr("TBS Discovery"), 10015);
ui->hComboBox->addItem(tr("SteadiDrone QU4D"), 10017);
connect(ui->hPushButton, SIGNAL(clicked()), this, SLOT(hSelected())); connect(ui->hPushButton, SIGNAL(clicked()), this, SLOT(hSelected()));
connect(ui->hComboBox, SIGNAL(activated(int)), this, SLOT(hSelected(int))); connect(ui->hComboBox, SIGNAL(activated(int)), this, SLOT(hSelected(int)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment