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
e997db34
Commit
e997db34
authored
Jun 26, 2019
by
Gus Grubba
Browse files
Handle UDP h.265 port in general settings (same as the one used for h.264)
parent
ef6ef06c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/GeneralSettings.qml
View file @
e997db34
...
...
@@ -801,12 +801,12 @@ Rectangle {
QGCLabel
{
text
:
qsTr
(
"
UDP Port
"
)
visible
:
(
_isUDP264
||
_isMPEGTS
)
&&
QGroundControl
.
settingsManager
.
videoSettings
.
udpPort
.
visible
visible
:
(
_isUDP264
||
_isUDP265
||
_isMPEGTS
)
&&
QGroundControl
.
settingsManager
.
videoSettings
.
udpPort
.
visible
}
FactTextField
{
Layout.preferredWidth
:
_comboFieldWidth
fact
:
QGroundControl
.
settingsManager
.
videoSettings
.
udpPort
visible
:
(
_isUDP264
||
_isMPEGTS
)
&&
QGroundControl
.
settingsManager
.
videoSettings
.
udpPort
.
visible
visible
:
(
_isUDP264
||
_isUDP265
||
_isMPEGTS
)
&&
QGroundControl
.
settingsManager
.
videoSettings
.
udpPort
.
visible
}
QGCLabel
{
...
...
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