下一步完善旋转等画面功能

This commit is contained in:
2025-09-25 23:53:23 +08:00
parent 1d9da56656
commit ee228485dc
16 changed files with 940 additions and 722 deletions

View File

@@ -13,255 +13,291 @@
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="layoutWidget">
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>80</x>
<y>90</y>
<width>274</width>
<height>79</height>
<x>180</x>
<y>200</y>
<width>45</width>
<height>22</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QLineEdit" name="audioBufEdit">
<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>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<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>
</item>
<item row="1" column="3">
<widget class="QComboBox" name="jitterBufBox">
<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>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="videoBufEdit">
<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>
</item>
<item row="0" column="3">
<widget class="QComboBox" name="bufDurationBox">
<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>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<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>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_3">
<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>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_2">
<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>
</item>
</layout>
<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/>