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
3af86735
Commit
3af86735
authored
Mar 11, 2016
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rework tuning UI
parent
909e6dda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
21 deletions
+23
-21
FactSliderPanel.qml
src/QmlControls/FactSliderPanel.qml
+22
-21
PX4MockLink.params
src/comm/PX4MockLink.params
+1
-0
No files found.
src/QmlControls/FactSliderPanel.qml
View file @
3af86735
...
...
@@ -80,30 +80,31 @@ QGCView {
font.weight
:
Font
.
DemiBold
}
Rectangle
{
id
:
sliderRect
anchors.
topMargin
:
_margins
/
2
Column
{
anchors.
margins
:
_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
src/comm/PX4MockLink.params
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
...
...
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