Commit 084891d6 authored by Lorenz Meier's avatar Lorenz Meier

Remove non-operational buttons in UAS Control Widget

parent 90ee49bf
......@@ -54,6 +54,10 @@ UASControlWidget::UASControlWidget(QWidget *parent) : QWidget(parent),
connect(ui.modeComboBox, SIGNAL(activated(int)), this, SLOT(setMode(int)));
connect(ui.setModeButton, SIGNAL(clicked()), this, SLOT(transmitMode()));
ui.liftoffButton->hide();
ui.landButton->hide();
ui.shutdownButton->hide();
ui.gridLayout->setAlignment(Qt::AlignTop);
}
......
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