Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
93234dcc
Commit
93234dcc
authored
Feb 17, 2011
by
lm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimized WP view layout
parent
6c5ff745
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
WaypointView.cc
src/ui/WaypointView.cc
+1
-1
WaypointView.ui
src/ui/WaypointView.ui
+1
-1
No files found.
src/ui/WaypointView.cc
View file @
93234dcc
...
...
@@ -41,7 +41,7 @@ WaypointView::WaypointView(Waypoint* wp, QWidget* parent) :
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Loiter Unlim."
),
MAV_CMD_NAV_LOITER_UNLIM
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Loiter Time"
),
MAV_CMD_NAV_LOITER_TIME
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Loiter Turns"
),
MAV_CMD_NAV_LOITER_TURNS
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Ret
urn
to Launch"
),
MAV_CMD_NAV_RETURN_TO_LAUNCH
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Ret
.
to Launch"
),
MAV_CMD_NAV_RETURN_TO_LAUNCH
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Land"
),
MAV_CMD_NAV_LAND
);
m_ui
->
comboBox_action
->
addItem
(
tr
(
"Other"
),
MAV_CMD_ENUM_END
);
// m_ui->comboBox_action->addItem(tr("Delay"), MAV_ACTION_DELAY_BEFORE_COMMAND);
...
...
src/ui/WaypointView.ui
View file @
93234dcc
...
...
@@ -161,7 +161,7 @@ QProgressBar::chunk#thrustBar {
<property
name=
"title"
>
<string/>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
stretch=
"1,1,2,
3,10,10,10,10,10,10,10,10,10,10,10,10,10
,1,1,1,1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
stretch=
"1,1,2,
6,10,10,10,10,10,10,1,4,4,4,2,4,1
,1,1,1,1"
>
<property
name=
"spacing"
>
<number>
2
</number>
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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