UI: Add dynamic bitrate support to the UI

Adds dynamic bitrate support (marked as beta) to the advanced settings
for now.
This commit is contained in:
jp9000
2019-08-15 08:50:09 -07:00
parent aa4d1d0cd1
commit 8ee0480138
4 changed files with 31 additions and 7 deletions

View File

@@ -152,7 +152,7 @@
<x>0</x>
<y>0</y>
<width>803</width>
<height>954</height>
<height>977</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
@@ -4443,9 +4443,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-114</y>
<y>0</y>
<width>803</width>
<height>761</height>
<height>781</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_23">
@@ -5072,14 +5072,14 @@
<item row="0" column="1">
<widget class="QComboBox" name="bindToIP"/>
</item>
<item row="1" column="1">
<item row="2" column="1">
<widget class="QCheckBox" name="enableNewSocketLoop">
<property name="text">
<string>Basic.Settings.Advanced.Network.EnableNewSocketLoop</string>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="3" column="1">
<widget class="QCheckBox" name="enableLowLatencyMode">
<property name="enabled">
<bool>false</bool>
@@ -5089,7 +5089,7 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -5097,11 +5097,21 @@
<property name="sizeHint" stdset="0">
<size>
<width>170</width>
<height>20</height>
<height>1</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="dynBitrate">
<property name="toolTip">
<string>Basic.Settings.Output.DynamicBitrate.TT</string>
</property>
<property name="text">
<string>Basic.Settings.Output.DynamicBitrate.Beta</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>