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

midi

开发平台:

Unix_Linux

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <author>Jean-Baptiste Kempf</author>
  4.  <class>Open</class>
  5.  <widget class="QWidget" name="Open">
  6.   <property name="enabled">
  7.    <bool>true</bool>
  8.   </property>
  9.   <property name="geometry">
  10.    <rect>
  11.     <x>0</x>
  12.     <y>0</y>
  13.     <width>556</width>
  14.     <height>387</height>
  15.    </rect>
  16.   </property>
  17.   <property name="sizePolicy">
  18.    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  19.     <horstretch>0</horstretch>
  20.     <verstretch>0</verstretch>
  21.    </sizepolicy>
  22.   </property>
  23.   <property name="minimumSize">
  24.    <size>
  25.     <width>400</width>
  26.     <height>0</height>
  27.    </size>
  28.   </property>
  29.   <property name="windowTitle">
  30.    <string>Dialog</string>
  31.   </property>
  32.   <layout class="QGridLayout" name="gridLayout">
  33.    <item row="0" column="0" colspan="4">
  34.     <widget class="QTabWidget" name="Tab"/>
  35.    </item>
  36.    <item row="1" column="0" colspan="4">
  37.     <widget class="QCheckBox" name="advancedCheckBox">
  38.      <property name="toolTip">
  39.       <string>Show extended options</string>
  40.      </property>
  41.      <property name="text">
  42.       <string>Show &amp;more options</string>
  43.      </property>
  44.     </widget>
  45.    </item>
  46.    <item row="2" column="0" colspan="4">
  47.     <widget class="QGroupBox" name="advancedFrame">
  48.      <layout class="QGridLayout" name="gridLayout_2">
  49.       <item row="0" column="0">
  50.        <widget class="QLabel" name="cacheLabel">
  51.         <property name="text">
  52.          <string>Caching</string>
  53.         </property>
  54.         <property name="buddy">
  55.          <cstring>cacheSpinBox</cstring>
  56.         </property>
  57.        </widget>
  58.       </item>
  59.       <item row="0" column="2">
  60.        <widget class="QSpinBox" name="cacheSpinBox">
  61.         <property name="toolTip">
  62.          <string>Change the caching for the media</string>
  63.         </property>
  64.         <property name="alignment">
  65.          <set>Qt::AlignRight</set>
  66.         </property>
  67.         <property name="suffix">
  68.          <string> ms</string>
  69.         </property>
  70.         <property name="maximum">
  71.          <number>65535</number>
  72.         </property>
  73.        </widget>
  74.       </item>
  75.       <item row="0" column="3">
  76.        <spacer>
  77.         <property name="orientation">
  78.          <enum>Qt::Horizontal</enum>
  79.         </property>
  80.         <property name="sizeHint" stdset="0">
  81.          <size>
  82.           <width>16</width>
  83.           <height>24</height>
  84.          </size>
  85.         </property>
  86.        </spacer>
  87.       </item>
  88.       <item row="0" column="4">
  89.        <widget class="QLabel" name="label_3">
  90.         <property name="text">
  91.          <string>Start Time</string>
  92.         </property>
  93.         <property name="buddy">
  94.          <cstring>startTimeDoubleSpinBox</cstring>
  95.         </property>
  96.        </widget>
  97.       </item>
  98.       <item row="0" column="7">
  99.        <spacer>
  100.         <property name="orientation">
  101.          <enum>Qt::Horizontal</enum>
  102.         </property>
  103.         <property name="sizeHint" stdset="0">
  104.          <size>
  105.           <width>40</width>
  106.           <height>20</height>
  107.          </size>
  108.         </property>
  109.        </spacer>
  110.       </item>
  111.       <item row="1" column="2" colspan="6">
  112.        <widget class="Line" name="line"/>
  113.       </item>
  114.       <item row="2" column="0" colspan="8">
  115.        <widget class="QCheckBox" name="slaveCheckbox">
  116.         <property name="text">
  117.          <string>Play another media synchronously (extra audio file, ...)</string>
  118.         </property>
  119.        </widget>
  120.       </item>
  121.       <item row="3" column="0">
  122.        <widget class="QLabel" name="slaveLabel">
  123.         <property name="text">
  124.          <string>Extra media</string>
  125.         </property>
  126.         <property name="buddy">
  127.          <cstring>slaveText</cstring>
  128.         </property>
  129.        </widget>
  130.       </item>
  131.       <item row="3" column="2" colspan="4">
  132.        <widget class="QLineEdit" name="slaveText"/>
  133.       </item>
  134.       <item row="3" column="6" colspan="2">
  135.        <widget class="QPushButton" name="slaveBrowseButton">
  136.         <property name="toolTip">
  137.          <string>Select the file</string>
  138.         </property>
  139.         <property name="text">
  140.          <string>Browse...</string>
  141.         </property>
  142.        </widget>
  143.       </item>
  144.       <item row="4" column="2" colspan="6">
  145.        <widget class="Line" name="line"/>
  146.       </item>
  147.       <item row="5" column="0">
  148.        <widget class="QLabel" name="advancedLabel">
  149.         <property name="text">
  150.          <string>MRL</string>
  151.         </property>
  152.         <property name="buddy">
  153.          <cstring>advancedLineInput</cstring>
  154.         </property>
  155.        </widget>
  156.       </item>
  157.       <item row="5" column="2" colspan="6">
  158.        <widget class="QLineEdit" name="mrlLine">
  159.         <property name="readOnly">
  160.          <bool>true</bool>
  161.         </property>
  162.        </widget>
  163.       </item>
  164.       <item row="6" column="2" colspan="6">
  165.        <widget class="QLineEdit" name="advancedLineInput">
  166.         <property name="toolTip">
  167.          <string>Complete MRL for VLC internal</string>
  168.         </property>
  169.        </widget>
  170.       </item>
  171.       <item row="6" column="0">
  172.        <widget class="QLabel" name="label">
  173.         <property name="text">
  174.          <string>Edit Options</string>
  175.         </property>
  176.        </widget>
  177.       </item>
  178.       <item row="0" column="5" colspan="2">
  179.        <widget class="QDoubleSpinBox" name="startTimeDoubleSpinBox">
  180.         <property name="toolTip">
  181.          <string>Change the start time for the media</string>
  182.         </property>
  183.         <property name="alignment">
  184.          <set>Qt::AlignRight</set>
  185.         </property>
  186.         <property name="suffix">
  187.          <string>s</string>
  188.         </property>
  189.         <property name="decimals">
  190.          <number>1</number>
  191.         </property>
  192.        </widget>
  193.       </item>
  194.      </layout>
  195.     </widget>
  196.    </item>
  197.    <item row="3" column="0">
  198.     <spacer>
  199.      <property name="orientation">
  200.       <enum>Qt::Horizontal</enum>
  201.      </property>
  202.      <property name="sizeHint" stdset="0">
  203.       <size>
  204.        <width>40</width>
  205.        <height>20</height>
  206.       </size>
  207.      </property>
  208.     </spacer>
  209.    </item>
  210.    <item row="3" column="1">
  211.     <widget class="QToolButton" name="menuButton">
  212.      <property name="sizePolicy">
  213.       <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  214.        <horstretch>0</horstretch>
  215.        <verstretch>0</verstretch>
  216.       </sizepolicy>
  217.      </property>
  218.      <property name="maximumSize">
  219.       <size>
  220.        <width>16</width>
  221.        <height>16777215</height>
  222.       </size>
  223.      </property>
  224.      <property name="focusPolicy">
  225.       <enum>Qt::ClickFocus</enum>
  226.      </property>
  227.      <property name="toolTip">
  228.       <string>Select play mode</string>
  229.      </property>
  230.      <property name="popupMode">
  231.       <enum>QToolButton::InstantPopup</enum>
  232.      </property>
  233.      <property name="arrowType">
  234.       <enum>Qt::NoArrow</enum>
  235.      </property>
  236.     </widget>
  237.    </item>
  238.    <item row="3" column="2">
  239.     <widget class="QPushButton" name="playButton">
  240.      <property name="sizePolicy">
  241.       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  242.        <horstretch>0</horstretch>
  243.        <verstretch>0</verstretch>
  244.       </sizepolicy>
  245.      </property>
  246.      <property name="minimumSize">
  247.       <size>
  248.        <width>0</width>
  249.        <height>0</height>
  250.       </size>
  251.      </property>
  252.      <property name="text">
  253.       <string>Play</string>
  254.      </property>
  255.      <property name="default">
  256.       <bool>true</bool>
  257.      </property>
  258.     </widget>
  259.    </item>
  260.    <item row="3" column="3">
  261.     <widget class="QDialogButtonBox" name="buttonsBox">
  262.      <property name="sizePolicy">
  263.       <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  264.        <horstretch>0</horstretch>
  265.        <verstretch>0</verstretch>
  266.       </sizepolicy>
  267.      </property>
  268.      <property name="standardButtons">
  269.       <set>QDialogButtonBox::NoButton</set>
  270.      </property>
  271.     </widget>
  272.    </item>
  273.   </layout>
  274.  </widget>
  275.  <tabstops>
  276.   <tabstop>Tab</tabstop>
  277.   <tabstop>advancedCheckBox</tabstop>
  278.   <tabstop>cacheSpinBox</tabstop>
  279.   <tabstop>startTimeDoubleSpinBox</tabstop>
  280.   <tabstop>slaveCheckbox</tabstop>
  281.   <tabstop>slaveText</tabstop>
  282.   <tabstop>slaveBrowseButton</tabstop>
  283.   <tabstop>playButton</tabstop>
  284.   <tabstop>menuButton</tabstop>
  285.   <tabstop>buttonsBox</tabstop>
  286.  </tabstops>
  287.  <resources/>
  288.  <connections>
  289.   <connection>
  290.    <sender>slaveCheckbox</sender>
  291.    <signal>clicked(bool)</signal>
  292.    <receiver>slaveLabel</receiver>
  293.    <slot>setVisible(bool)</slot>
  294.    <hints>
  295.     <hint type="sourcelabel">
  296.      <x>54</x>
  297.      <y>384</y>
  298.     </hint>
  299.     <hint type="destinationlabel">
  300.      <x>63</x>
  301.      <y>410</y>
  302.     </hint>
  303.    </hints>
  304.   </connection>
  305.   <connection>
  306.    <sender>slaveCheckbox</sender>
  307.    <signal>clicked(bool)</signal>
  308.    <receiver>slaveText</receiver>
  309.    <slot>setVisible(bool)</slot>
  310.    <hints>
  311.     <hint type="sourcelabel">
  312.      <x>127</x>
  313.      <y>387</y>
  314.     </hint>
  315.     <hint type="destinationlabel">
  316.      <x>136</x>
  317.      <y>406</y>
  318.     </hint>
  319.    </hints>
  320.   </connection>
  321.   <connection>
  322.    <sender>slaveCheckbox</sender>
  323.    <signal>clicked(bool)</signal>
  324.    <receiver>slaveBrowseButton</receiver>
  325.    <slot>setVisible(bool)</slot>
  326.    <hints>
  327.     <hint type="sourcelabel">
  328.      <x>219</x>
  329.      <y>102</y>
  330.     </hint>
  331.     <hint type="destinationlabel">
  332.      <x>386</x>
  333.      <y>131</y>
  334.     </hint>
  335.    </hints>
  336.   </connection>
  337.  </connections>
  338. </ui>