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
e53822a0
Commit
e53822a0
authored
Feb 05, 2014
by
Lorenz Meier
Browse files
Merge pull request #493 from julianoes/hexa_fix
Airframe config: fixed hexa copy and paste error
parents
28b50320
193b1e3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/px4_configuration/QGCPX4AirframeConfig.cc
View file @
e53822a0
...
...
@@ -71,13 +71,13 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) :
connect
(
ui
->
quadPlusComboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
quadPlusSelected
(
int
)));
ui
->
quadPlusPushButton
->
setEnabled
(
ui
->
quadPlusComboBox
->
count
()
>
0
);
ui
->
hexa
Plus
ComboBox
->
addItem
(
tr
(
"
DJI F550
10
\"
Hexa"
),
6001
);
ui
->
hexa
X
ComboBox
->
addItem
(
tr
(
"
Standard
10
\"
Hexa"
),
6001
);
connect
(
ui
->
hexaXPushButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
hexaXSelected
()));
connect
(
ui
->
hexaXComboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
hexaXSelected
(
int
)));
ui
->
hexaXPushButton
->
setEnabled
(
ui
->
hexaXComboBox
->
count
()
>
0
);
ui
->
hexaPlusComboBox
->
addItem
(
tr
(
"
DJI F550
10
\"
Hexa"
),
7001
);
ui
->
hexaPlusComboBox
->
addItem
(
tr
(
"
Standard
10
\"
Hexa"
),
7001
);
connect
(
ui
->
hexaPlusPushButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
hexaPlusSelected
()));
connect
(
ui
->
hexaPlusComboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
hexaPlusSelected
(
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