video_effects.ui
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:29k
源码类别:
midi
开发平台:
Unix_Linux
- <ui version="4.0" >
- <class>ExtVideoWidget</class>
- <widget class="QTabWidget" name="ExtVideoWidget" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>533</width>
- <height>275</height>
- </rect>
- </property>
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab" >
- <attribute name="title" >
- <string>Basic</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="1" column="1" >
- <widget class="QGroupBox" name="transformEnable" >
- <property name="title" >
- <string>Transform</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QComboBox" name="transformTypeCombo" />
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QGroupBox" name="sharpenEnable" >
- <property name="title" >
- <string>Sharpen</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_29" >
- <property name="text" >
- <string>Sigma</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSlider" name="sharpenSigmaSlider" >
- <property name="maximum" >
- <number>200</number>
- </property>
- <property name="singleStep" >
- <number>1</number>
- </property>
- <property name="pageStep" >
- <number>10</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>100</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item rowspan="2" row="0" column="0" >
- <widget class="QGroupBox" name="adjustEnable" >
- <property name="enabled" >
- <bool>true</bool>
- </property>
- <property name="title" >
- <string>Image adjust</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <property name="spacing" >
- <number>0</number>
- </property>
- <item row="0" column="1" >
- <widget class="QSlider" name="hueSlider" >
- <property name="maximum" >
- <number>360</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>60</number>
- </property>
- </widget>
- </item>
- <item row="4" column="1" >
- <widget class="QSlider" name="gammaSlider" >
- <property name="maximum" >
- <number>500</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>50</number>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QSlider" name="saturationSlider" >
- <property name="maximum" >
- <number>300</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>100</number>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSlider" name="brightnessSlider" >
- <property name="maximum" >
- <number>200</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>100</number>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSlider" name="contrastSlider" >
- <property name="maximum" >
- <number>200</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>100</number>
- </property>
- </widget>
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="label_5" >
- <property name="text" >
- <string>Gamma</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_2" >
- <property name="text" >
- <string>Contrast</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="label_3" >
- <property name="text" >
- <string>Brightness</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="label_4" >
- <property name="text" >
- <string>Saturation</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Hue</string>
- </property>
- </widget>
- </item>
- <item row="5" column="1" >
- <widget class="QCheckBox" name="brightnessThresholdCheck" >
- <property name="text" >
- <string>Brightness threshold</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_3" >
- <attribute name="title" >
- <string>Crop</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="0" column="2" >
- <widget class="QLabel" name="label_10" >
- <property name="text" >
- <string>Top</string>
- </property>
- </widget>
- </item>
- <item row="0" column="3" >
- <widget class="QSpinBox" name="cropTopPx" >
- <property name="suffix" >
- <string> px</string>
- </property>
- <property name="maximum" >
- <number>4095</number>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_11" >
- <property name="text" >
- <string>Left</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="cropLeftPx" >
- <property name="suffix" >
- <string> px</string>
- </property>
- <property name="maximum" >
- <number>4095</number>
- </property>
- </widget>
- </item>
- <item row="1" column="4" >
- <widget class="QLabel" name="label_12" >
- <property name="text" >
- <string>Right</string>
- </property>
- </widget>
- </item>
- <item row="1" column="5" >
- <widget class="QSpinBox" name="cropRightPx" >
- <property name="suffix" >
- <string> px</string>
- </property>
- <property name="maximum" >
- <number>4095</number>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QLabel" name="label_7" >
- <property name="text" >
- <string>Bottom</string>
- </property>
- </widget>
- </item>
- <item row="2" column="3" >
- <widget class="QSpinBox" name="cropBotPx" >
- <property name="suffix" >
- <string> px</string>
- </property>
- <property name="maximum" >
- <number>4095</number>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="6" >
- <widget class="QCheckBox" name="topBotCropSync" >
- <property name="text" >
- <string>Synchronize top and bottom</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0" colspan="6" >
- <widget class="QCheckBox" name="leftRightCropSync" >
- <property name="text" >
- <string>Synchronize left and right</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3" >
- <spacer>
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_5" >
- <attribute name="title" >
- <string>Geometry</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QCheckBox" name="magnifyEnable" >
- <property name="text" >
- <string>Magnification/Zoom</string>
- </property>
- </widget>
- </item>
- <item rowspan="2" row="0" column="1" >
- <widget class="QGroupBox" name="puzzleEnable" >
- <property name="title" >
- <string>Puzzle game</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="1" >
- <widget class="QSpinBox" name="puzzleRowsSpin" >
- <property name="minimum" >
- <number>2</number>
- </property>
- <property name="maximum" >
- <number>16</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="puzzleColsSpin" >
- <property name="minimum" >
- <number>2</number>
- </property>
- <property name="maximum" >
- <number>16</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="2" >
- <widget class="QCheckBox" name="puzzleBlackSlotCheck" >
- <property name="text" >
- <string>Black slot</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_26" >
- <property name="text" >
- <string>Columns</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_27" >
- <property name="text" >
- <string>Rows</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QGroupBox" name="rotateEnable" >
- <property name="title" >
- <string>Rotate</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="1" >
- <widget class="QDial" name="rotateAngleDial" >
- <property name="maximum" >
- <number>359</number>
- </property>
- <property name="value" >
- <number>180</number>
- </property>
- <property name="sliderPosition" >
- <number>180</number>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_28" >
- <property name="text" >
- <string>Angle</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_2" >
- <attribute name="title" >
- <string>Color fun</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="1" column="1" >
- <widget class="QGroupBox" name="extractEnable" >
- <property name="title" >
- <string>Color extraction</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_6" >
- <property name="text" >
- <string>Color</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="extractComponentText" >
- <property name="inputMask" >
- <string>>HHHHHH;#</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QCheckBox" name="invertEnable" >
- <property name="text" >
- <string>Invert colors</string>
- </property>
- </widget>
- </item>
- <item rowspan="2" row="0" column="0" >
- <widget class="QGroupBox" name="colorthresEnable" >
- <property name="title" >
- <string>Color threshold</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="2" column="0" >
- <widget class="QLabel" name="label_14" >
- <property name="text" >
- <string>Similarity</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSlider" name="colorthresSimilaritythresSlider" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSlider" name="colorthresSaturationthresSlider" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_13" >
- <property name="text" >
- <string>Saturation</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_8" >
- <property name="text" >
- <string>Color</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="colorthresColorText" >
- <property name="inputMask" >
- <string>>HHHHHH;#</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_7" >
- <attribute name="title" >
- <string>Image modification</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="2" column="0" >
- <widget class="QCheckBox" name="waveEnable" >
- <property name="text" >
- <string>Waves</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QCheckBox" name="rippleEnable" >
- <property name="text" >
- <string>Water effect</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QCheckBox" name="psychedelicEnable" >
- <property name="text" >
- <string>Psychedelic</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QCheckBox" name="noiseEnable" >
- <property name="text" >
- <string>Noise</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QCheckBox" name="motiondetectEnable" >
- <property name="text" >
- <string>Motion detect</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QGroupBox" name="motionblurEnable" >
- <property name="title" >
- <string>Motion blur</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_25" >
- <property name="text" >
- <string>Factor</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSlider" name="blurFactorSlider" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="maximum" >
- <number>127</number>
- </property>
- <property name="value" >
- <number>80</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>16</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item rowspan="2" row="0" column="0" >
- <widget class="QGroupBox" name="gradientEnable" >
- <property name="title" >
- <string>Gradient</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_18" >
- <property name="text" >
- <string>Mode</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2" >
- <widget class="QCheckBox" name="gradientTypeCheck" >
- <property name="text" >
- <string>Color</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="2" >
- <widget class="QCheckBox" name="gradientCartoonCheck" >
- <property name="text" >
- <string>Cartoon</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QComboBox" name="gradientModeCombo" />
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_9" >
- <attribute name="title" >
- <string>Vout/Overlay</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QGroupBox" name="wallEnable" >
- <property name="title" >
- <string>Wall</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_31" >
- <property name="text" >
- <string>Rows</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_30" >
- <property name="text" >
- <string>Columns</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="wallColsSpin" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="wallRowsSpin" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QGroupBox" name="marqEnable" >
- <property name="title" >
- <string>Add text</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="1" column="0" >
- <widget class="QLabel" name="label_24" >
- <property name="text" >
- <string>Position</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_23" >
- <property name="text" >
- <string>Text</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="marqMarqueeText" />
- </item>
- <item row="1" column="1" >
- <widget class="QComboBox" name="marqPositionCombo" />
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QGroupBox" name="panoramixEnable" >
- <property name="title" >
- <string>Panoramix</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_36" >
- <property name="text" >
- <string>Rows</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="panoramixRowsSpin" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_35" >
- <property name="text" >
- <string>Columns</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="panoramixColsSpin" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="value" >
- <number>3</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QGroupBox" name="cloneEnable" >
- <property name="title" >
- <string>Clone</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label_9" >
- <property name="text" >
- <string>Number of clones</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="cloneCountSpin" >
- <property name="minimum" >
- <number>1</number>
- </property>
- <property name="value" >
- <number>2</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_8" >
- <attribute name="title" >
- <string>Logo</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QGroupBox" name="logoEnable" >
- <property name="title" >
- <string>Add logo</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="3" column="0" >
- <widget class="QLabel" name="label_22" >
- <property name="text" >
- <string>Transparency</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="2" >
- <widget class="QLabel" name="label_21" >
- <property name="text" >
- <string>Left</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2" >
- <widget class="QLabel" name="label_20" >
- <property name="text" >
- <string>Top</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1" colspan="2" >
- <widget class="QSlider" name="logoTransparencySlider" >
- <property name="maximum" >
- <number>255</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="tickPosition" >
- <enum>QSlider::TicksBothSides</enum>
- </property>
- <property name="tickInterval" >
- <number>32</number>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QSpinBox" name="logoXSpin" />
- </item>
- <item row="1" column="2" >
- <widget class="QSpinBox" name="logoYSpin" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_19" >
- <property name="text" >
- <string>Logo</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="logoFileText" />
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QGroupBox" name="eraseEnable" >
- <property name="title" >
- <string>Logo erase</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>false</bool>
- </property>
- <layout class="QGridLayout" >
- <item row="1" column="0" >
- <widget class="QLabel" name="label_16" >
- <property name="text" >
- <string>Top</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="label_17" >
- <property name="text" >
- <string>Left</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="eraseXSpin" />
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="eraseYSpin" />
- </item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="eraseMaskText" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_15" >
- <property name="text" >
- <string>Mask</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_6" >
- <attribute name="title" >
- <string>Advanced video filter controls</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="2" column="1" colspan="2" >
- <widget class="QLineEdit" name="subpictureFilterText" />
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="label_34" >
- <property name="text" >
- <string>Subpicture filters</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" colspan="2" >
- <widget class="QLineEdit" name="videoFilterText" />
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="label_33" >
- <property name="text" >
- <string>Video filters</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label_32" >
- <property name="text" >
- <string>Vout filters</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="2" >
- <widget class="QPushButton" name="filtersResetButton" >
- <property name="text" >
- <string>Reset</string>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <widget class="QPushButton" name="filtersUpdateButton" >
- <property name="text" >
- <string>Update</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" colspan="2" >
- <widget class="QLineEdit" name="voutFilterText" />
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>