Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
084891d6
Commit
084891d6
authored
Jul 02, 2015
by
Lorenz Meier
Browse files
Remove non-operational buttons in UAS Control Widget
parent
90ee49bf
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/uas/UASControlWidget.cc
View file @
084891d6
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment