Files
gdmp/setting.ui

306 lines
6.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Setting</class>
<widget class="QWidget" name="Setting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>180</x>
<y>200</y>
<width>45</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>抖动值</string>
</property>
</widget>
<widget class="QComboBox" name="bufDurationBox">
<property name="geometry">
<rect>
<x>250</x>
<y>160</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<item>
<property name="text">
<string>30ms</string>
</property>
</item>
<item>
<property name="text">
<string>100ms</string>
</property>
</item>
<item>
<property name="text">
<string>200ms</string>
</property>
</item>
<item>
<property name="text">
<string>400ms</string>
</property>
</item>
<item>
<property name="text">
<string>600ms</string>
</property>
</item>
<item>
<property name="text">
<string>800ms</string>
</property>
</item>
<item>
<property name="text">
<string>1000ms</string>
</property>
</item>
<item>
<property name="text">
<string>2000ms</string>
</property>
</item>
<item>
<property name="text">
<string>4000ms</string>
</property>
</item>
</widget>
<widget class="QLineEdit" name="audioBufEdit">
<property name="geometry">
<rect>
<x>250</x>
<y>80</y>
<width>64</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>音频缓存</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>180</x>
<y>120</y>
<width>60</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>视频缓存</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>180</x>
<y>160</y>
<width>60</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>缓存阈值</string>
</property>
</widget>
<widget class="QComboBox" name="jitterBufBox">
<property name="geometry">
<rect>
<x>250</x>
<y>200</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<item>
<property name="text">
<string>30ms</string>
</property>
</item>
<item>
<property name="text">
<string>100ms</string>
</property>
</item>
<item>
<property name="text">
<string>200ms</string>
</property>
</item>
<item>
<property name="text">
<string>400ms</string>
</property>
</item>
<item>
<property name="text">
<string>600ms</string>
</property>
</item>
<item>
<property name="text">
<string>800ms</string>
</property>
</item>
<item>
<property name="text">
<string>1000ms</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>60</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>音频缓存</string>
</property>
</widget>
<widget class="QLineEdit" name="videoBufEdit">
<property name="geometry">
<rect>
<x>250</x>
<y>120</y>
<width>64</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>视频缓存</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>