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
900cc4e7
Unverified
Commit
900cc4e7
authored
Feb 24, 2020
by
Don Gagne
Committed by
GitHub
Feb 24, 2020
Browse files
Merge pull request #8399 from DonLakeFlyer/TelemetrySettings
Settings: Allow telemetry settings section to hide
parents
ec0c0625
daae828e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/GeneralSettings.qml
View file @
900cc4e7
...
...
@@ -415,12 +415,15 @@ Rectangle {
Item
{
width
:
1
;
height
:
_margins
}
QGCLabel
{
text
:
qsTr
(
"
Telemetry Logs from Vehicle
"
)
visible
:
telemetryRect
.
visible
}
Rectangle
{
id
:
telemetryRect
Layout.preferredHeight
:
loggingCol
.
height
+
(
_margins
*
2
)
Layout.preferredWidth
:
loggingCol
.
width
+
(
_margins
*
2
)
color
:
qgcPal
.
windowShade
Layout.fillWidth
:
true
visible
:
promptSaveLog
.
_telemetrySave
.
visible
||
logIfNotArmed
.
_telemetrySaveNotArmed
.
visible
||
promptSaveCsv
.
_saveCsvTelemetry
.
visible
ColumnLayout
{
id
:
loggingCol
anchors.margins
:
_margins
...
...
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