Commit 03ced70a authored by Lorenz Meier's avatar Lorenz Meier

Hide advanced RC config widget, as users keep confusing themselves with it

parent 5a1ae275
......@@ -174,7 +174,10 @@ QGCPX4VehicleConfig::QGCPX4VehicleConfig(QWidget *parent) :
connect(ui->firmwareMenuButton, SIGNAL(clicked()),
this, SLOT(firmwareMenuButtonClicked()));
connect(ui->advancedCheckBox, SIGNAL(clicked(bool)), ui->advancedGroupBox, SLOT(setVisible(bool)));
// HIDE THE ADVANCED RC CONFIG MENUS
// TOO MANY USERS FOOL THEMSELVES WITH IT
ui->advancedCheckBox->setVisible(false);
//connect(ui->advancedCheckBox, SIGNAL(clicked(bool)), ui->advancedGroupBox, SLOT(setVisible(bool)));
ui->advancedGroupBox->setVisible(false);
#if 0
......
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