video_effects.ui
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:29k
源码类别:

midi

开发平台:

Unix_Linux

  1. <ui version="4.0" >
  2.  <class>ExtVideoWidget</class>
  3.  <widget class="QTabWidget" name="ExtVideoWidget" >
  4.   <property name="geometry" >
  5.    <rect>
  6.     <x>0</x>
  7.     <y>0</y>
  8.     <width>533</width>
  9.     <height>275</height>
  10.    </rect>
  11.   </property>
  12.   <property name="currentIndex" >
  13.    <number>0</number>
  14.   </property>
  15.   <widget class="QWidget" name="tab" >
  16.    <attribute name="title" >
  17.     <string>Basic</string>
  18.    </attribute>
  19.    <layout class="QGridLayout" >
  20.     <item row="1" column="1" >
  21.      <widget class="QGroupBox" name="transformEnable" >
  22.       <property name="title" >
  23.        <string>Transform</string>
  24.       </property>
  25.       <property name="checkable" >
  26.        <bool>true</bool>
  27.       </property>
  28.       <property name="checked" >
  29.        <bool>false</bool>
  30.       </property>
  31.       <layout class="QGridLayout" >
  32.        <item row="0" column="0" >
  33.         <widget class="QComboBox" name="transformTypeCombo" />
  34.        </item>
  35.       </layout>
  36.      </widget>
  37.     </item>
  38.     <item row="0" column="1" >
  39.      <widget class="QGroupBox" name="sharpenEnable" >
  40.       <property name="title" >
  41.        <string>Sharpen</string>
  42.       </property>
  43.       <property name="checkable" >
  44.        <bool>true</bool>
  45.       </property>
  46.       <property name="checked" >
  47.        <bool>false</bool>
  48.       </property>
  49.       <layout class="QGridLayout" >
  50.        <item row="0" column="0" >
  51.         <widget class="QLabel" name="label_29" >
  52.          <property name="text" >
  53.           <string>Sigma</string>
  54.          </property>
  55.         </widget>
  56.        </item>
  57.        <item row="0" column="1" >
  58.         <widget class="QSlider" name="sharpenSigmaSlider" >
  59.          <property name="maximum" >
  60.           <number>200</number>
  61.          </property>
  62.          <property name="singleStep" >
  63.           <number>1</number>
  64.          </property>
  65.          <property name="pageStep" >
  66.           <number>10</number>
  67.          </property>
  68.          <property name="orientation" >
  69.           <enum>Qt::Horizontal</enum>
  70.          </property>
  71.          <property name="tickPosition" >
  72.           <enum>QSlider::TicksBothSides</enum>
  73.          </property>
  74.          <property name="tickInterval" >
  75.           <number>100</number>
  76.          </property>
  77.         </widget>
  78.        </item>
  79.       </layout>
  80.      </widget>
  81.     </item>
  82.     <item rowspan="2" row="0" column="0" >
  83.      <widget class="QGroupBox" name="adjustEnable" >
  84.       <property name="enabled" >
  85.        <bool>true</bool>
  86.       </property>
  87.       <property name="title" >
  88.        <string>Image adjust</string>
  89.       </property>
  90.       <property name="checkable" >
  91.        <bool>true</bool>
  92.       </property>
  93.       <property name="checked" >
  94.        <bool>false</bool>
  95.       </property>
  96.       <layout class="QGridLayout" >
  97.        <property name="spacing" >
  98.         <number>0</number>
  99.        </property>
  100.        <item row="0" column="1" >
  101.         <widget class="QSlider" name="hueSlider" >
  102.          <property name="maximum" >
  103.           <number>360</number>
  104.          </property>
  105.          <property name="orientation" >
  106.           <enum>Qt::Horizontal</enum>
  107.          </property>
  108.          <property name="tickPosition" >
  109.           <enum>QSlider::TicksBothSides</enum>
  110.          </property>
  111.          <property name="tickInterval" >
  112.           <number>60</number>
  113.          </property>
  114.         </widget>
  115.        </item>
  116.        <item row="4" column="1" >
  117.         <widget class="QSlider" name="gammaSlider" >
  118.          <property name="maximum" >
  119.           <number>500</number>
  120.          </property>
  121.          <property name="orientation" >
  122.           <enum>Qt::Horizontal</enum>
  123.          </property>
  124.          <property name="tickPosition" >
  125.           <enum>QSlider::TicksBothSides</enum>
  126.          </property>
  127.          <property name="tickInterval" >
  128.           <number>50</number>
  129.          </property>
  130.         </widget>
  131.        </item>
  132.        <item row="3" column="1" >
  133.         <widget class="QSlider" name="saturationSlider" >
  134.          <property name="maximum" >
  135.           <number>300</number>
  136.          </property>
  137.          <property name="orientation" >
  138.           <enum>Qt::Horizontal</enum>
  139.          </property>
  140.          <property name="tickPosition" >
  141.           <enum>QSlider::TicksBothSides</enum>
  142.          </property>
  143.          <property name="tickInterval" >
  144.           <number>100</number>
  145.          </property>
  146.         </widget>
  147.        </item>
  148.        <item row="2" column="1" >
  149.         <widget class="QSlider" name="brightnessSlider" >
  150.          <property name="maximum" >
  151.           <number>200</number>
  152.          </property>
  153.          <property name="orientation" >
  154.           <enum>Qt::Horizontal</enum>
  155.          </property>
  156.          <property name="tickPosition" >
  157.           <enum>QSlider::TicksBothSides</enum>
  158.          </property>
  159.          <property name="tickInterval" >
  160.           <number>100</number>
  161.          </property>
  162.         </widget>
  163.        </item>
  164.        <item row="1" column="1" >
  165.         <widget class="QSlider" name="contrastSlider" >
  166.          <property name="maximum" >
  167.           <number>200</number>
  168.          </property>
  169.          <property name="orientation" >
  170.           <enum>Qt::Horizontal</enum>
  171.          </property>
  172.          <property name="tickPosition" >
  173.           <enum>QSlider::TicksBothSides</enum>
  174.          </property>
  175.          <property name="tickInterval" >
  176.           <number>100</number>
  177.          </property>
  178.         </widget>
  179.        </item>
  180.        <item row="4" column="0" >
  181.         <widget class="QLabel" name="label_5" >
  182.          <property name="text" >
  183.           <string>Gamma</string>
  184.          </property>
  185.         </widget>
  186.        </item>
  187.        <item row="1" column="0" >
  188.         <widget class="QLabel" name="label_2" >
  189.          <property name="text" >
  190.           <string>Contrast</string>
  191.          </property>
  192.         </widget>
  193.        </item>
  194.        <item row="2" column="0" >
  195.         <widget class="QLabel" name="label_3" >
  196.          <property name="text" >
  197.           <string>Brightness</string>
  198.          </property>
  199.         </widget>
  200.        </item>
  201.        <item row="3" column="0" >
  202.         <widget class="QLabel" name="label_4" >
  203.          <property name="text" >
  204.           <string>Saturation</string>
  205.          </property>
  206.         </widget>
  207.        </item>
  208.        <item row="0" column="0" >
  209.         <widget class="QLabel" name="label" >
  210.          <property name="text" >
  211.           <string>Hue</string>
  212.          </property>
  213.         </widget>
  214.        </item>
  215.        <item row="5" column="1" >
  216.         <widget class="QCheckBox" name="brightnessThresholdCheck" >
  217.          <property name="text" >
  218.           <string>Brightness threshold</string>
  219.          </property>
  220.         </widget>
  221.        </item>
  222.       </layout>
  223.      </widget>
  224.     </item>
  225.    </layout>
  226.   </widget>
  227.   <widget class="QWidget" name="tab_3" >
  228.    <attribute name="title" >
  229.     <string>Crop</string>
  230.    </attribute>
  231.    <layout class="QGridLayout" >
  232.     <item row="0" column="2" >
  233.      <widget class="QLabel" name="label_10" >
  234.       <property name="text" >
  235.        <string>Top</string>
  236.       </property>
  237.      </widget>
  238.     </item>
  239.     <item row="0" column="3" >
  240.      <widget class="QSpinBox" name="cropTopPx" >
  241.       <property name="suffix" >
  242.        <string> px</string>
  243.       </property>
  244.       <property name="maximum" >
  245.        <number>4095</number>
  246.       </property>
  247.      </widget>
  248.     </item>
  249.     <item row="1" column="0" >
  250.      <widget class="QLabel" name="label_11" >
  251.       <property name="text" >
  252.        <string>Left</string>
  253.       </property>
  254.      </widget>
  255.     </item>
  256.     <item row="1" column="1" >
  257.      <widget class="QSpinBox" name="cropLeftPx" >
  258.       <property name="suffix" >
  259.        <string> px</string>
  260.       </property>
  261.       <property name="maximum" >
  262.        <number>4095</number>
  263.       </property>
  264.      </widget>
  265.     </item>
  266.     <item row="1" column="4" >
  267.      <widget class="QLabel" name="label_12" >
  268.       <property name="text" >
  269.        <string>Right</string>
  270.       </property>
  271.      </widget>
  272.     </item>
  273.     <item row="1" column="5" >
  274.      <widget class="QSpinBox" name="cropRightPx" >
  275.       <property name="suffix" >
  276.        <string> px</string>
  277.       </property>
  278.       <property name="maximum" >
  279.        <number>4095</number>
  280.       </property>
  281.      </widget>
  282.     </item>
  283.     <item row="2" column="2" >
  284.      <widget class="QLabel" name="label_7" >
  285.       <property name="text" >
  286.        <string>Bottom</string>
  287.       </property>
  288.      </widget>
  289.     </item>
  290.     <item row="2" column="3" >
  291.      <widget class="QSpinBox" name="cropBotPx" >
  292.       <property name="suffix" >
  293.        <string> px</string>
  294.       </property>
  295.       <property name="maximum" >
  296.        <number>4095</number>
  297.       </property>
  298.      </widget>
  299.     </item>
  300.     <item row="3" column="0" colspan="6" >
  301.      <widget class="QCheckBox" name="topBotCropSync" >
  302.       <property name="text" >
  303.        <string>Synchronize top and bottom</string>
  304.       </property>
  305.      </widget>
  306.     </item>
  307.     <item row="4" column="0" colspan="6" >
  308.      <widget class="QCheckBox" name="leftRightCropSync" >
  309.       <property name="text" >
  310.        <string>Synchronize left and right</string>
  311.       </property>
  312.      </widget>
  313.     </item>
  314.     <item row="1" column="3" >
  315.      <spacer>
  316.       <property name="orientation" >
  317.        <enum>Qt::Vertical</enum>
  318.       </property>
  319.       <property name="sizeType" >
  320.        <enum>QSizePolicy::Expanding</enum>
  321.       </property>
  322.       <property name="sizeHint" stdset="0" >
  323.        <size>
  324.         <width>20</width>
  325.         <height>40</height>
  326.        </size>
  327.       </property>
  328.      </spacer>
  329.     </item>
  330.    </layout>
  331.   </widget>
  332.   <widget class="QWidget" name="tab_5" >
  333.    <attribute name="title" >
  334.     <string>Geometry</string>
  335.    </attribute>
  336.    <layout class="QGridLayout" >
  337.     <item row="0" column="0" >
  338.      <widget class="QCheckBox" name="magnifyEnable" >
  339.       <property name="text" >
  340.        <string>Magnification/Zoom</string>
  341.       </property>
  342.      </widget>
  343.     </item>
  344.     <item rowspan="2" row="0" column="1" >
  345.      <widget class="QGroupBox" name="puzzleEnable" >
  346.       <property name="title" >
  347.        <string>Puzzle game</string>
  348.       </property>
  349.       <property name="checkable" >
  350.        <bool>true</bool>
  351.       </property>
  352.       <property name="checked" >
  353.        <bool>false</bool>
  354.       </property>
  355.       <layout class="QGridLayout" >
  356.        <item row="0" column="1" >
  357.         <widget class="QSpinBox" name="puzzleRowsSpin" >
  358.          <property name="minimum" >
  359.           <number>2</number>
  360.          </property>
  361.          <property name="maximum" >
  362.           <number>16</number>
  363.          </property>
  364.          <property name="value" >
  365.           <number>3</number>
  366.          </property>
  367.         </widget>
  368.        </item>
  369.        <item row="1" column="1" >
  370.         <widget class="QSpinBox" name="puzzleColsSpin" >
  371.          <property name="minimum" >
  372.           <number>2</number>
  373.          </property>
  374.          <property name="maximum" >
  375.           <number>16</number>
  376.          </property>
  377.          <property name="value" >
  378.           <number>3</number>
  379.          </property>
  380.         </widget>
  381.        </item>
  382.        <item row="2" column="0" colspan="2" >
  383.         <widget class="QCheckBox" name="puzzleBlackSlotCheck" >
  384.          <property name="text" >
  385.           <string>Black slot</string>
  386.          </property>
  387.         </widget>
  388.        </item>
  389.        <item row="1" column="0" >
  390.         <widget class="QLabel" name="label_26" >
  391.          <property name="text" >
  392.           <string>Columns</string>
  393.          </property>
  394.         </widget>
  395.        </item>
  396.        <item row="0" column="0" >
  397.         <widget class="QLabel" name="label_27" >
  398.          <property name="text" >
  399.           <string>Rows</string>
  400.          </property>
  401.         </widget>
  402.        </item>
  403.       </layout>
  404.      </widget>
  405.     </item>
  406.     <item row="1" column="0" >
  407.      <widget class="QGroupBox" name="rotateEnable" >
  408.       <property name="title" >
  409.        <string>Rotate</string>
  410.       </property>
  411.       <property name="checkable" >
  412.        <bool>true</bool>
  413.       </property>
  414.       <property name="checked" >
  415.        <bool>false</bool>
  416.       </property>
  417.       <layout class="QGridLayout" >
  418.        <item row="0" column="1" >
  419.         <widget class="QDial" name="rotateAngleDial" >
  420.          <property name="maximum" >
  421.           <number>359</number>
  422.          </property>
  423.          <property name="value" >
  424.           <number>180</number>
  425.          </property>
  426.          <property name="sliderPosition" >
  427.           <number>180</number>
  428.          </property>
  429.         </widget>
  430.        </item>
  431.        <item row="0" column="0" >
  432.         <widget class="QLabel" name="label_28" >
  433.          <property name="text" >
  434.           <string>Angle</string>
  435.          </property>
  436.         </widget>
  437.        </item>
  438.       </layout>
  439.      </widget>
  440.     </item>
  441.    </layout>
  442.   </widget>
  443.   <widget class="QWidget" name="tab_2" >
  444.    <attribute name="title" >
  445.     <string>Color fun</string>
  446.    </attribute>
  447.    <layout class="QGridLayout" >
  448.     <item row="1" column="1" >
  449.      <widget class="QGroupBox" name="extractEnable" >
  450.       <property name="title" >
  451.        <string>Color extraction</string>
  452.       </property>
  453.       <property name="checkable" >
  454.        <bool>true</bool>
  455.       </property>
  456.       <property name="checked" >
  457.        <bool>false</bool>
  458.       </property>
  459.       <layout class="QGridLayout" >
  460.        <item row="0" column="0" >
  461.         <widget class="QLabel" name="label_6" >
  462.          <property name="text" >
  463.           <string>Color</string>
  464.          </property>
  465.         </widget>
  466.        </item>
  467.        <item row="0" column="1" >
  468.         <widget class="QLineEdit" name="extractComponentText" >
  469.          <property name="inputMask" >
  470.           <string>>HHHHHH;#</string>
  471.          </property>
  472.         </widget>
  473.        </item>
  474.       </layout>
  475.      </widget>
  476.     </item>
  477.     <item row="0" column="1" >
  478.      <widget class="QCheckBox" name="invertEnable" >
  479.       <property name="text" >
  480.        <string>Invert colors</string>
  481.       </property>
  482.      </widget>
  483.     </item>
  484.     <item rowspan="2" row="0" column="0" >
  485.      <widget class="QGroupBox" name="colorthresEnable" >
  486.       <property name="title" >
  487.        <string>Color threshold</string>
  488.       </property>
  489.       <property name="checkable" >
  490.        <bool>true</bool>
  491.       </property>
  492.       <property name="checked" >
  493.        <bool>false</bool>
  494.       </property>
  495.       <layout class="QGridLayout" >
  496.        <item row="2" column="0" >
  497.         <widget class="QLabel" name="label_14" >
  498.          <property name="text" >
  499.           <string>Similarity</string>
  500.          </property>
  501.         </widget>
  502.        </item>
  503.        <item row="2" column="1" >
  504.         <widget class="QSlider" name="colorthresSimilaritythresSlider" >
  505.          <property name="orientation" >
  506.           <enum>Qt::Horizontal</enum>
  507.          </property>
  508.         </widget>
  509.        </item>
  510.        <item row="1" column="1" >
  511.         <widget class="QSlider" name="colorthresSaturationthresSlider" >
  512.          <property name="orientation" >
  513.           <enum>Qt::Horizontal</enum>
  514.          </property>
  515.         </widget>
  516.        </item>
  517.        <item row="1" column="0" >
  518.         <widget class="QLabel" name="label_13" >
  519.          <property name="text" >
  520.           <string>Saturation</string>
  521.          </property>
  522.         </widget>
  523.        </item>
  524.        <item row="0" column="0" >
  525.         <widget class="QLabel" name="label_8" >
  526.          <property name="text" >
  527.           <string>Color</string>
  528.          </property>
  529.         </widget>
  530.        </item>
  531.        <item row="0" column="1" >
  532.         <widget class="QLineEdit" name="colorthresColorText" >
  533.          <property name="inputMask" >
  534.           <string>>HHHHHH;#</string>
  535.          </property>
  536.         </widget>
  537.        </item>
  538.       </layout>
  539.      </widget>
  540.     </item>
  541.    </layout>
  542.   </widget>
  543.   <widget class="QWidget" name="tab_7" >
  544.    <attribute name="title" >
  545.     <string>Image modification</string>
  546.    </attribute>
  547.    <layout class="QGridLayout" >
  548.     <item row="2" column="0" >
  549.      <widget class="QCheckBox" name="waveEnable" >
  550.       <property name="text" >
  551.        <string>Waves</string>
  552.       </property>
  553.      </widget>
  554.     </item>
  555.     <item row="3" column="0" >
  556.      <widget class="QCheckBox" name="rippleEnable" >
  557.       <property name="text" >
  558.        <string>Water effect</string>
  559.       </property>
  560.      </widget>
  561.     </item>
  562.     <item row="3" column="1" >
  563.      <widget class="QCheckBox" name="psychedelicEnable" >
  564.       <property name="text" >
  565.        <string>Psychedelic</string>
  566.       </property>
  567.      </widget>
  568.     </item>
  569.     <item row="2" column="1" >
  570.      <widget class="QCheckBox" name="noiseEnable" >
  571.       <property name="text" >
  572.        <string>Noise</string>
  573.       </property>
  574.      </widget>
  575.     </item>
  576.     <item row="1" column="1" >
  577.      <widget class="QCheckBox" name="motiondetectEnable" >
  578.       <property name="text" >
  579.        <string>Motion detect</string>
  580.       </property>
  581.      </widget>
  582.     </item>
  583.     <item row="0" column="1" >
  584.      <widget class="QGroupBox" name="motionblurEnable" >
  585.       <property name="title" >
  586.        <string>Motion blur</string>
  587.       </property>
  588.       <property name="checkable" >
  589.        <bool>true</bool>
  590.       </property>
  591.       <property name="checked" >
  592.        <bool>false</bool>
  593.       </property>
  594.       <layout class="QGridLayout" >
  595.        <item row="0" column="0" >
  596.         <widget class="QLabel" name="label_25" >
  597.          <property name="text" >
  598.           <string>Factor</string>
  599.          </property>
  600.         </widget>
  601.        </item>
  602.        <item row="0" column="1" >
  603.         <widget class="QSlider" name="blurFactorSlider" >
  604.          <property name="minimum" >
  605.           <number>1</number>
  606.          </property>
  607.          <property name="maximum" >
  608.           <number>127</number>
  609.          </property>
  610.          <property name="value" >
  611.           <number>80</number>
  612.          </property>
  613.          <property name="orientation" >
  614.           <enum>Qt::Horizontal</enum>
  615.          </property>
  616.          <property name="tickPosition" >
  617.           <enum>QSlider::TicksBothSides</enum>
  618.          </property>
  619.          <property name="tickInterval" >
  620.           <number>16</number>
  621.          </property>
  622.         </widget>
  623.        </item>
  624.       </layout>
  625.      </widget>
  626.     </item>
  627.     <item rowspan="2" row="0" column="0" >
  628.      <widget class="QGroupBox" name="gradientEnable" >
  629.       <property name="title" >
  630.        <string>Gradient</string>
  631.       </property>
  632.       <property name="checkable" >
  633.        <bool>true</bool>
  634.       </property>
  635.       <property name="checked" >
  636.        <bool>false</bool>
  637.       </property>
  638.       <layout class="QGridLayout" >
  639.        <item row="0" column="0" >
  640.         <widget class="QLabel" name="label_18" >
  641.          <property name="text" >
  642.           <string>Mode</string>
  643.          </property>
  644.         </widget>
  645.        </item>
  646.        <item row="1" column="0" colspan="2" >
  647.         <widget class="QCheckBox" name="gradientTypeCheck" >
  648.          <property name="text" >
  649.           <string>Color</string>
  650.          </property>
  651.         </widget>
  652.        </item>
  653.        <item row="2" column="0" colspan="2" >
  654.         <widget class="QCheckBox" name="gradientCartoonCheck" >
  655.          <property name="text" >
  656.           <string>Cartoon</string>
  657.          </property>
  658.         </widget>
  659.        </item>
  660.        <item row="0" column="1" >
  661.         <widget class="QComboBox" name="gradientModeCombo" />
  662.        </item>
  663.       </layout>
  664.      </widget>
  665.     </item>
  666.    </layout>
  667.   </widget>
  668.   <widget class="QWidget" name="tab_9" >
  669.    <attribute name="title" >
  670.     <string>Vout/Overlay</string>
  671.    </attribute>
  672.    <layout class="QGridLayout" >
  673.     <item row="0" column="0" >
  674.      <widget class="QGroupBox" name="wallEnable" >
  675.       <property name="title" >
  676.        <string>Wall</string>
  677.       </property>
  678.       <property name="checkable" >
  679.        <bool>true</bool>
  680.       </property>
  681.       <property name="checked" >
  682.        <bool>false</bool>
  683.       </property>
  684.       <layout class="QGridLayout" >
  685.        <item row="0" column="0" >
  686.         <widget class="QLabel" name="label_31" >
  687.          <property name="text" >
  688.           <string>Rows</string>
  689.          </property>
  690.         </widget>
  691.        </item>
  692.        <item row="1" column="0" >
  693.         <widget class="QLabel" name="label_30" >
  694.          <property name="text" >
  695.           <string>Columns</string>
  696.          </property>
  697.         </widget>
  698.        </item>
  699.        <item row="1" column="1" >
  700.         <widget class="QSpinBox" name="wallColsSpin" >
  701.          <property name="minimum" >
  702.           <number>1</number>
  703.          </property>
  704.          <property name="value" >
  705.           <number>3</number>
  706.          </property>
  707.         </widget>
  708.        </item>
  709.        <item row="0" column="1" >
  710.         <widget class="QSpinBox" name="wallRowsSpin" >
  711.          <property name="minimum" >
  712.           <number>1</number>
  713.          </property>
  714.          <property name="value" >
  715.           <number>3</number>
  716.          </property>
  717.         </widget>
  718.        </item>
  719.       </layout>
  720.      </widget>
  721.     </item>
  722.     <item row="0" column="1" >
  723.      <widget class="QGroupBox" name="marqEnable" >
  724.       <property name="title" >
  725.        <string>Add text</string>
  726.       </property>
  727.       <property name="checkable" >
  728.        <bool>true</bool>
  729.       </property>
  730.       <property name="checked" >
  731.        <bool>false</bool>
  732.       </property>
  733.       <layout class="QGridLayout" >
  734.        <item row="1" column="0" >
  735.         <widget class="QLabel" name="label_24" >
  736.          <property name="text" >
  737.           <string>Position</string>
  738.          </property>
  739.         </widget>
  740.        </item>
  741.        <item row="0" column="0" >
  742.         <widget class="QLabel" name="label_23" >
  743.          <property name="text" >
  744.           <string>Text</string>
  745.          </property>
  746.         </widget>
  747.        </item>
  748.        <item row="0" column="1" >
  749.         <widget class="QLineEdit" name="marqMarqueeText" />
  750.        </item>
  751.        <item row="1" column="1" >
  752.         <widget class="QComboBox" name="marqPositionCombo" />
  753.        </item>
  754.       </layout>
  755.      </widget>
  756.     </item>
  757.     <item row="1" column="0" >
  758.      <widget class="QGroupBox" name="panoramixEnable" >
  759.       <property name="title" >
  760.        <string>Panoramix</string>
  761.       </property>
  762.       <property name="checkable" >
  763.        <bool>true</bool>
  764.       </property>
  765.       <property name="checked" >
  766.        <bool>false</bool>
  767.       </property>
  768.       <layout class="QGridLayout" >
  769.        <item row="0" column="0" >
  770.         <widget class="QLabel" name="label_36" >
  771.          <property name="text" >
  772.           <string>Rows</string>
  773.          </property>
  774.         </widget>
  775.        </item>
  776.        <item row="0" column="1" >
  777.         <widget class="QSpinBox" name="panoramixRowsSpin" >
  778.          <property name="minimum" >
  779.           <number>1</number>
  780.          </property>
  781.          <property name="value" >
  782.           <number>3</number>
  783.          </property>
  784.         </widget>
  785.        </item>
  786.        <item row="1" column="0" >
  787.         <widget class="QLabel" name="label_35" >
  788.          <property name="text" >
  789.           <string>Columns</string>
  790.          </property>
  791.         </widget>
  792.        </item>
  793.        <item row="1" column="1" >
  794.         <widget class="QSpinBox" name="panoramixColsSpin" >
  795.          <property name="minimum" >
  796.           <number>1</number>
  797.          </property>
  798.          <property name="value" >
  799.           <number>3</number>
  800.          </property>
  801.         </widget>
  802.        </item>
  803.       </layout>
  804.      </widget>
  805.     </item>
  806.     <item row="1" column="1" >
  807.      <widget class="QGroupBox" name="cloneEnable" >
  808.       <property name="title" >
  809.        <string>Clone</string>
  810.       </property>
  811.       <property name="checkable" >
  812.        <bool>true</bool>
  813.       </property>
  814.       <property name="checked" >
  815.        <bool>false</bool>
  816.       </property>
  817.       <layout class="QGridLayout" >
  818.        <item row="0" column="0" >
  819.         <widget class="QLabel" name="label_9" >
  820.          <property name="text" >
  821.           <string>Number of clones</string>
  822.          </property>
  823.         </widget>
  824.        </item>
  825.        <item row="0" column="1" >
  826.         <widget class="QSpinBox" name="cloneCountSpin" >
  827.          <property name="minimum" >
  828.           <number>1</number>
  829.          </property>
  830.          <property name="value" >
  831.           <number>2</number>
  832.          </property>
  833.         </widget>
  834.        </item>
  835.       </layout>
  836.      </widget>
  837.     </item>
  838.    </layout>
  839.   </widget>
  840.   <widget class="QWidget" name="tab_8" >
  841.    <attribute name="title" >
  842.     <string>Logo</string>
  843.    </attribute>
  844.    <layout class="QGridLayout" >
  845.     <item row="0" column="0" >
  846.      <widget class="QGroupBox" name="logoEnable" >
  847.       <property name="title" >
  848.        <string>Add logo</string>
  849.       </property>
  850.       <property name="checkable" >
  851.        <bool>true</bool>
  852.       </property>
  853.       <property name="checked" >
  854.        <bool>false</bool>
  855.       </property>
  856.       <layout class="QGridLayout" >
  857.        <item row="3" column="0" >
  858.         <widget class="QLabel" name="label_22" >
  859.          <property name="text" >
  860.           <string>Transparency</string>
  861.          </property>
  862.         </widget>
  863.        </item>
  864.        <item row="2" column="0" colspan="2" >
  865.         <widget class="QLabel" name="label_21" >
  866.          <property name="text" >
  867.           <string>Left</string>
  868.          </property>
  869.         </widget>
  870.        </item>
  871.        <item row="1" column="0" colspan="2" >
  872.         <widget class="QLabel" name="label_20" >
  873.          <property name="text" >
  874.           <string>Top</string>
  875.          </property>
  876.         </widget>
  877.        </item>
  878.        <item row="3" column="1" colspan="2" >
  879.         <widget class="QSlider" name="logoTransparencySlider" >
  880.          <property name="maximum" >
  881.           <number>255</number>
  882.          </property>
  883.          <property name="orientation" >
  884.           <enum>Qt::Horizontal</enum>
  885.          </property>
  886.          <property name="tickPosition" >
  887.           <enum>QSlider::TicksBothSides</enum>
  888.          </property>
  889.          <property name="tickInterval" >
  890.           <number>32</number>
  891.          </property>
  892.         </widget>
  893.        </item>
  894.        <item row="2" column="2" >
  895.         <widget class="QSpinBox" name="logoXSpin" />
  896.        </item>
  897.        <item row="1" column="2" >
  898.         <widget class="QSpinBox" name="logoYSpin" />
  899.        </item>
  900.        <item row="0" column="0" >
  901.         <widget class="QLabel" name="label_19" >
  902.          <property name="text" >
  903.           <string>Logo</string>
  904.          </property>
  905.         </widget>
  906.        </item>
  907.        <item row="0" column="2" >
  908.         <widget class="QLineEdit" name="logoFileText" />
  909.        </item>
  910.       </layout>
  911.      </widget>
  912.     </item>
  913.     <item row="0" column="1" >
  914.      <widget class="QGroupBox" name="eraseEnable" >
  915.       <property name="title" >
  916.        <string>Logo erase</string>
  917.       </property>
  918.       <property name="checkable" >
  919.        <bool>true</bool>
  920.       </property>
  921.       <property name="checked" >
  922.        <bool>false</bool>
  923.       </property>
  924.       <layout class="QGridLayout" >
  925.        <item row="1" column="0" >
  926.         <widget class="QLabel" name="label_16" >
  927.          <property name="text" >
  928.           <string>Top</string>
  929.          </property>
  930.         </widget>
  931.        </item>
  932.        <item row="2" column="0" >
  933.         <widget class="QLabel" name="label_17" >
  934.          <property name="text" >
  935.           <string>Left</string>
  936.          </property>
  937.         </widget>
  938.        </item>
  939.        <item row="2" column="1" >
  940.         <widget class="QSpinBox" name="eraseXSpin" />
  941.        </item>
  942.        <item row="1" column="1" >
  943.         <widget class="QSpinBox" name="eraseYSpin" />
  944.        </item>
  945.        <item row="0" column="1" >
  946.         <widget class="QLineEdit" name="eraseMaskText" />
  947.        </item>
  948.        <item row="0" column="0" >
  949.         <widget class="QLabel" name="label_15" >
  950.          <property name="text" >
  951.           <string>Mask</string>
  952.          </property>
  953.         </widget>
  954.        </item>
  955.       </layout>
  956.      </widget>
  957.     </item>
  958.    </layout>
  959.   </widget>
  960.   <widget class="QWidget" name="tab_6" >
  961.    <attribute name="title" >
  962.     <string>Advanced video filter controls</string>
  963.    </attribute>
  964.    <layout class="QGridLayout" >
  965.     <item row="2" column="1" colspan="2" >
  966.      <widget class="QLineEdit" name="subpictureFilterText" />
  967.     </item>
  968.     <item row="2" column="0" >
  969.      <widget class="QLabel" name="label_34" >
  970.       <property name="text" >
  971.        <string>Subpicture filters</string>
  972.       </property>
  973.      </widget>
  974.     </item>
  975.     <item row="1" column="1" colspan="2" >
  976.      <widget class="QLineEdit" name="videoFilterText" />
  977.     </item>
  978.     <item row="1" column="0" >
  979.      <widget class="QLabel" name="label_33" >
  980.       <property name="text" >
  981.        <string>Video filters</string>
  982.       </property>
  983.      </widget>
  984.     </item>
  985.     <item row="0" column="0" >
  986.      <widget class="QLabel" name="label_32" >
  987.       <property name="text" >
  988.        <string>Vout filters</string>
  989.       </property>
  990.      </widget>
  991.     </item>
  992.     <item row="3" column="0" colspan="2" >
  993.      <widget class="QPushButton" name="filtersResetButton" >
  994.       <property name="text" >
  995.        <string>Reset</string>
  996.       </property>
  997.      </widget>
  998.     </item>
  999.     <item row="3" column="2" >
  1000.      <widget class="QPushButton" name="filtersUpdateButton" >
  1001.       <property name="text" >
  1002.        <string>Update</string>
  1003.       </property>
  1004.      </widget>
  1005.     </item>
  1006.     <item row="0" column="1" colspan="2" >
  1007.      <widget class="QLineEdit" name="voutFilterText" />
  1008.     </item>
  1009.    </layout>
  1010.   </widget>
  1011.  </widget>
  1012.  <resources/>
  1013.  <connections/>
  1014. </ui>