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
4e118908
Commit
4e118908
authored
Aug 24, 2014
by
Lorenz Meier
Browse files
Adding viper config
parent
578adc85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/px4_configuration/QGCPX4AirframeConfig.cc
View file @
4e118908
...
...
@@ -49,6 +49,7 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) :
ui
->
flyingWingComboBox
->
addItem
(
tr
(
"FX-61 Phantom FPV (1550 mm)"
),
3031
);
ui
->
flyingWingComboBox
->
addItem
(
tr
(
"FX-79 Buffalo (2000 mm)"
),
3034
);
ui
->
flyingWingComboBox
->
addItem
(
tr
(
"Skywalker X5 (1180 mm)"
),
3032
);
ui
->
flyingWingComboBox
->
addItem
(
tr
(
"Viper v2 (3000 mm)"
),
3035
);
connect
(
ui
->
flyingWingPushButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
flyingWingSelected
()));
connect
(
ui
->
flyingWingComboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
flyingWingSelected
(
int
)));
...
...
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