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
53991e3a
Commit
53991e3a
authored
Sep 03, 2014
by
ndousse
Browse files
Added MAV_CMD_START_RX_PAIR to the editCommandComboBox when creating a new custom widget
parent
7ed61fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/designer/QGCCommandButton.cc
View file @
53991e3a
...
...
@@ -83,6 +83,7 @@ QGCCommandButton::QGCCommandButton(QWidget *parent) :
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_OVERRIDE_GOTO"
,
MAV_CMD_OVERRIDE_GOTO
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_MISSION_START"
,
MAV_CMD_MISSION_START
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_COMPONENT_ARM_DISARM"
,
MAV_CMD_COMPONENT_ARM_DISARM
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_START_RX_PAIR"
,
MAV_CMD_START_RX_PAIR
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_DO_FLIGHTTERMINATION"
,
MAV_CMD_DO_FLIGHTTERMINATION
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_PAYLOAD_PREPARE_DEPLOY"
,
MAV_CMD_PAYLOAD_PREPARE_DEPLOY
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_PAYLOAD_CONTROL_DEPLOY"
,
MAV_CMD_PAYLOAD_CONTROL_DEPLOY
);
...
...
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