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
6cfd98d8
Commit
6cfd98d8
authored
Nov 13, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
047eb534
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
APMTuningComponentCopter.qml
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
+3
-1
PX4TuningComponentCopter.qml
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml
+2
-1
PX4TuningComponentPlane.qml
src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml
+2
-1
No files found.
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
View file @
6cfd98d8
...
...
@@ -64,7 +64,9 @@ SetupPage {
ExclusiveGroup
{
id
:
returnAltRadioGroup
}
Component.onCompleted
:
{
showAdvanced
=
!
ScreenTools
.
isMobile
// Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication
//showAdvanced = !ScreenTools.isMobile
// Qml Sliders have a strange behavior in which they first set Slider::value to some internal
// setting and then set Slider::value to the bound properties value. If you have an onValueChanged
// handler which updates your property with the new value, this first value change will trash
...
...
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml
View file @
6cfd98d8
...
...
@@ -29,7 +29,8 @@ SetupPage {
width
:
availableWidth
Component.onCompleted
:
{
showAdvanced
=
!
ScreenTools
.
isMobile
// Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication
//showAdvanced = !ScreenTools.isMobile
}
FactPanelController
{
...
...
src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml
View file @
6cfd98d8
...
...
@@ -29,7 +29,8 @@ SetupPage {
width
:
availableWidth
Component.onCompleted
:
{
showAdvanced
=
!
ScreenTools
.
isMobile
// Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication
//showAdvanced = !ScreenTools.isMobile
}
FactPanelController
{
...
...
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