Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qgroundcontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Valentin Platzgummer
qgroundcontrol
Commits
3af86735
Commit
3af86735
authored
9 years ago
by
Don Gagne
Browse files
Options
Downloads
Patches
Plain Diff
Rework tuning UI
parent
909e6dda
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/QmlControls/FactSliderPanel.qml
+22
-21
22 additions, 21 deletions
src/QmlControls/FactSliderPanel.qml
src/comm/PX4MockLink.params
+1
-0
1 addition, 0 deletions
src/comm/PX4MockLink.params
with
23 additions
and
21 deletions
src/QmlControls/FactSliderPanel.qml
+
22
−
21
View file @
3af86735
...
...
@@ -80,30 +80,31 @@ QGCView {
font.weight
:
Font
.
DemiBold
}
Rectangle
{
id
:
sliderRect
anchors.
topM
argin
:
_margins
/
2
Column
{
anchors.
m
argin
s
:
_margins
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
panelLabel
.
bottom
height
:
sliderColumns
.
y
+
sliderColumns
.
height
+
_margins
color
:
palette
.
windowShade
spacing
:
_margins
Column
{
id
:
sliderColumns
anchors.margins
:
_margins
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
parent
.
top
spacing
:
_margins
Repeater
{
id
:
sliderRepeater
model
:
sliderModel
Repeater
{
id
:
sliderRepeater
model
:
sliderModel
Rectangle
{
id
:
sliderRect
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
height
:
sliderColumn
.
y
+
sliderColumn
.
height
+
_margins
color
:
palette
.
windowShade
Column
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
id
:
sliderColumn
anchors.margins
:
_margins
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
sliderRect
.
top
property
alias
sliderValue
:
slider
.
value
...
...
@@ -132,11 +133,11 @@ QGCView {
fact
.
value
=
value
}
}
}
}
// Slider
}
// Column
}
// Re
peater
}
//
Column
}
//
Rectangle
}
// Re
ctangle
}
//
Repeater
}
//
Column
}
// QGCFlickable
}
// QGCViewPanel
}
// QGCView
This diff is collapsed.
Click to expand it.
src/comm/PX4MockLink.params
+
1
−
0
View file @
3af86735
...
...
@@ -282,6 +282,7 @@
1 50 MPC_MANTHR_MIN 0.080 9
1 50 MPC_THR_MAX 1 9
1 50 MPC_THR_MIN 0.1 9
1 50 MPC_THR_HOVER 0.5 9
1 50 MPC_TILTMAX_AIR 45 9
1 50 MPC_TILTMAX_LND 15 9
1 50 MPC_XY_FF 0.5 9
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment