add notr flags to some options

This commit is contained in:
mrbesen 2022-10-08 18:02:53 +02:00
parent 9cc6669949
commit f2dc9dd7e4
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 18 additions and 15 deletions

View File

@ -46,12 +46,12 @@
<widget class="QComboBox" name="protocolSelect">
<item>
<property name="text">
<string>TCP</string>
<string notr="true">TCP</string>
</property>
</item>
<item>
<property name="text">
<string>UDP</string>
<string notr="true">UDP</string>
</property>
</item>
</widget>
@ -88,8 +88,11 @@
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="sendto">
<property name="text">
<string notr="true"/>
</property>
<property name="placeholderText">
<string>127.0.0.1</string>
<string notr="true">127.0.0.1</string>
</property>
</widget>
</item>
@ -143,51 +146,51 @@
<item row="2" column="1">
<widget class="QComboBox" name="videoCodec">
<property name="currentText">
<string>hevc_nvenc</string>
<string notr="true">h264_nvenc</string>
</property>
<item>
<property name="text">
<string>h264_nvenc</string>
<string notr="true">h264_nvenc</string>
</property>
</item>
<item>
<property name="text">
<string>libx264</string>
<string notr="true">libx264</string>
</property>
</item>
<item>
<property name="text">
<string>h264_vaapi</string>
<string notr="true">h264_vaapi</string>
</property>
</item>
<item>
<property name="text">
<string>hevc_nvenc</string>
<string notr="true">hevc_nvenc</string>
</property>
</item>
<item>
<property name="text">
<string>libx265</string>
<string notr="true">libx265</string>
</property>
</item>
<item>
<property name="text">
<string>hevc_vaapi</string>
<string notr="true">hevc_vaapi</string>
</property>
</item>
<item>
<property name="text">
<string>vp8_vaapi</string>
<string notr="true">vp8_vaapi</string>
</property>
</item>
<item>
<property name="text">
<string>vp9_vaapi</string>
<string notr="true">vp9_vaapi</string>
</property>
</item>
<item>
<property name="text">
<string>libvpx-vp9</string>
<string notr="true">libvpx-vp9</string>
</property>
</item>
</widget>
@ -211,10 +214,10 @@
<item row="1" column="1">
<widget class="QLineEdit" name="listenAddr">
<property name="text">
<string>0.0.0.0</string>
<string notr="true">0.0.0.0</string>
</property>
<property name="placeholderText">
<string>0.0.0.0</string>
<string notr="true">0.0.0.0</string>
</property>
</widget>
</item>