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

midi

开发平台:

Unix_Linux

  1. <ui version="4.0" >
  2.  <class>Vlm</class>
  3.  <widget class="QWidget" name="Vlm" >
  4.   <property name="windowModality" >
  5.    <enum>Qt::NonModal</enum>
  6.   </property>
  7.   <property name="geometry" >
  8.    <rect>
  9.     <x>0</x>
  10.     <y>0</y>
  11.     <width>738</width>
  12.     <height>693</height>
  13.    </rect>
  14.   </property>
  15.   <property name="sizePolicy" >
  16.    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
  17.     <horstretch>0</horstretch>
  18.     <verstretch>0</verstretch>
  19.    </sizepolicy>
  20.   </property>
  21.   <property name="windowTitle" >
  22.    <string>VLM configurator</string>
  23.   </property>
  24.   <layout class="QGridLayout" >
  25.    <item rowspan="5" row="0" column="0" colspan="3" >
  26.     <widget class="QGroupBox" name="mediaConfBox" >
  27.      <property name="sizePolicy" >
  28.       <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
  29.        <horstretch>1</horstretch>
  30.        <verstretch>0</verstretch>
  31.       </sizepolicy>
  32.      </property>
  33.      <property name="title" >
  34.       <string>Media Manager Edition</string>
  35.      </property>
  36.      <layout class="QGridLayout" >
  37.       <item row="0" column="0" colspan="3" >
  38.        <widget class="QComboBox" name="mediaType" >
  39.         <property name="sizePolicy" >
  40.          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
  41.           <horstretch>0</horstretch>
  42.           <verstretch>0</verstretch>
  43.          </sizepolicy>
  44.         </property>
  45.        </widget>
  46.       </item>
  47.       <item row="1" column="0" colspan="3" >
  48.        <widget class="Line" name="line" >
  49.         <property name="orientation" >
  50.          <enum>Qt::Horizontal</enum>
  51.         </property>
  52.        </widget>
  53.       </item>
  54.       <item row="2" column="0" >
  55.        <widget class="QLabel" name="nameLabel" >
  56.         <property name="text" >
  57.          <string>Name:</string>
  58.         </property>
  59.         <property name="buddy" >
  60.          <cstring>nameLedit</cstring>
  61.         </property>
  62.        </widget>
  63.       </item>
  64.       <item row="2" column="1" >
  65.        <widget class="QLineEdit" name="nameLedit" />
  66.       </item>
  67.       <item row="2" column="2" >
  68.        <widget class="QCheckBox" name="enableCheck" >
  69.         <property name="text" >
  70.          <string>Enable</string>
  71.         </property>
  72.         <property name="checked" >
  73.          <bool>true</bool>
  74.         </property>
  75.        </widget>
  76.       </item>
  77.       <item row="3" column="0" >
  78.        <widget class="QLabel" name="inputLabel" >
  79.         <property name="text" >
  80.          <string>Input:</string>
  81.         </property>
  82.         <property name="buddy" >
  83.          <cstring>inputLedit</cstring>
  84.         </property>
  85.        </widget>
  86.       </item>
  87.       <item row="3" column="1" >
  88.        <widget class="QLineEdit" name="inputLedit" />
  89.       </item>
  90.       <item row="3" column="2" >
  91.        <widget class="QPushButton" name="inputButton" >
  92.         <property name="text" >
  93.          <string>Select Input</string>
  94.         </property>
  95.        </widget>
  96.       </item>
  97.       <item row="4" column="0" >
  98.        <widget class="QLabel" name="outputLabel" >
  99.         <property name="text" >
  100.          <string>Output:</string>
  101.         </property>
  102.         <property name="buddy" >
  103.          <cstring>outputLedit</cstring>
  104.         </property>
  105.        </widget>
  106.       </item>
  107.       <item row="4" column="1" >
  108.        <widget class="QLineEdit" name="outputLedit" />
  109.       </item>
  110.       <item row="4" column="2" >
  111.        <widget class="QPushButton" name="outputButton" >
  112.         <property name="text" >
  113.          <string>Select Output</string>
  114.         </property>
  115.        </widget>
  116.       </item>
  117.       <item row="5" column="0" colspan="3" >
  118.        <widget class="QGroupBox" name="schedBox" >
  119.         <property name="title" >
  120.          <string>Time Control</string>
  121.         </property>
  122.        </widget>
  123.       </item>
  124.       <item row="6" column="0" colspan="3" >
  125.        <widget class="QGroupBox" name="vodBox" >
  126.         <property name="title" >
  127.          <string>Mux Control</string>
  128.         </property>
  129.         <layout class="QHBoxLayout" >
  130.          <item>
  131.           <widget class="QLabel" name="label" >
  132.            <property name="text" >
  133.             <string>Muxer:</string>
  134.            </property>
  135.            <property name="margin" >
  136.             <number>3</number>
  137.            </property>
  138.            <property name="buddy" >
  139.             <cstring>muxLedit</cstring>
  140.            </property>
  141.           </widget>
  142.          </item>
  143.          <item>
  144.           <widget class="QLineEdit" name="muxLedit" >
  145.            <property name="inputMask" >
  146.             <string>AAAA; </string>
  147.            </property>
  148.           </widget>
  149.          </item>
  150.          <item>
  151.           <spacer>
  152.            <property name="orientation" >
  153.             <enum>Qt::Horizontal</enum>
  154.            </property>
  155.            <property name="sizeHint" stdset="0" >
  156.             <size>
  157.              <width>411</width>
  158.              <height>20</height>
  159.             </size>
  160.            </property>
  161.           </spacer>
  162.          </item>
  163.         </layout>
  164.        </widget>
  165.       </item>
  166.       <item row="7" column="0" colspan="2" >
  167.        <widget class="QCheckBox" name="loopBCast" >
  168.         <property name="text" >
  169.          <string>Loop</string>
  170.         </property>
  171.        </widget>
  172.       </item>
  173.      </layout>
  174.     </widget>
  175.    </item>
  176.    <item row="0" column="3" >
  177.     <spacer>
  178.      <property name="orientation" >
  179.       <enum>Qt::Vertical</enum>
  180.      </property>
  181.      <property name="sizeType" >
  182.       <enum>QSizePolicy::Fixed</enum>
  183.      </property>
  184.      <property name="sizeHint" stdset="0" >
  185.       <size>
  186.        <width>20</width>
  187.        <height>20</height>
  188.       </size>
  189.      </property>
  190.     </spacer>
  191.    </item>
  192.    <item row="1" column="3" >
  193.     <widget class="QPushButton" name="addButton" >
  194.      <property name="text" >
  195.       <string>Add</string>
  196.      </property>
  197.     </widget>
  198.    </item>
  199.    <item row="2" column="3" >
  200.     <widget class="QPushButton" name="clearButton" >
  201.      <property name="text" >
  202.       <string>Clear</string>
  203.      </property>
  204.     </widget>
  205.    </item>
  206.    <item row="3" column="3" >
  207.     <widget class="QPushButton" name="saveButton" >
  208.      <property name="text" >
  209.       <string>Save</string>
  210.      </property>
  211.     </widget>
  212.    </item>
  213.    <item row="4" column="3" >
  214.     <spacer>
  215.      <property name="orientation" >
  216.       <enum>Qt::Vertical</enum>
  217.      </property>
  218.      <property name="sizeHint" stdset="0" >
  219.       <size>
  220.        <width>80</width>
  221.        <height>81</height>
  222.       </size>
  223.      </property>
  224.     </spacer>
  225.    </item>
  226.    <item row="5" column="0" colspan="4" >
  227.     <widget class="QGroupBox" name="mediaBox" >
  228.      <property name="sizePolicy" >
  229.       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
  230.        <horstretch>0</horstretch>
  231.        <verstretch>1</verstretch>
  232.       </sizepolicy>
  233.      </property>
  234.      <property name="title" >
  235.       <string>Media Manager List</string>
  236.      </property>
  237.      <layout class="QGridLayout" >
  238.       <item row="0" column="0" >
  239.        <widget class="QListWidget" name="vlmListItem" >
  240.         <property name="sizePolicy" >
  241.          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
  242.           <horstretch>0</horstretch>
  243.           <verstretch>0</verstretch>
  244.          </sizepolicy>
  245.         </property>
  246.         <property name="maximumSize" >
  247.          <size>
  248.           <width>200</width>
  249.           <height>16777215</height>
  250.          </size>
  251.         </property>
  252.        </widget>
  253.       </item>
  254.       <item row="0" column="1" >
  255.        <widget class="Line" name="line_2" >
  256.         <property name="orientation" >
  257.          <enum>Qt::Vertical</enum>
  258.         </property>
  259.        </widget>
  260.       </item>
  261.       <item row="0" column="2" >
  262.        <widget class="QScrollArea" name="vlmItemScroll" >
  263.         <property name="sizePolicy" >
  264.          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
  265.           <horstretch>0</horstretch>
  266.           <verstretch>0</verstretch>
  267.          </sizepolicy>
  268.         </property>
  269.         <property name="minimumSize" >
  270.          <size>
  271.           <width>300</width>
  272.           <height>0</height>
  273.          </size>
  274.         </property>
  275.        </widget>
  276.       </item>
  277.      </layout>
  278.     </widget>
  279.    </item>
  280.    <item row="6" column="2" colspan="2" >
  281.     <widget class="QDialogButtonBox" name="buttonBox" >
  282.      <property name="standardButtons" >
  283.       <set>QDialogButtonBox::NoButton</set>
  284.      </property>
  285.     </widget>
  286.    </item>
  287.   </layout>
  288.  </widget>
  289.  <tabstops>
  290.   <tabstop>mediaType</tabstop>
  291.   <tabstop>nameLedit</tabstop>
  292.   <tabstop>enableCheck</tabstop>
  293.   <tabstop>inputLedit</tabstop>
  294.   <tabstop>inputButton</tabstop>
  295.   <tabstop>outputLedit</tabstop>
  296.   <tabstop>outputButton</tabstop>
  297.   <tabstop>addButton</tabstop>
  298.   <tabstop>clearButton</tabstop>
  299.   <tabstop>saveButton</tabstop>
  300.   <tabstop>muxLedit</tabstop>
  301.   <tabstop>loopBCast</tabstop>
  302.   <tabstop>vlmListItem</tabstop>
  303.   <tabstop>vlmItemScroll</tabstop>
  304.   <tabstop>buttonBox</tabstop>
  305.  </tabstops>
  306.  <resources/>
  307.  <connections/>
  308. </ui>