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

midi

开发平台:

Unix_Linux

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <author>Jean-Baptiste Kempf</author>
  4.  <class>OpenCapture</class>
  5.  <widget class="QWidget" name="OpenCapture">
  6.   <property name="geometry">
  7.    <rect>
  8.     <x>0</x>
  9.     <y>0</y>
  10.     <width>392</width>
  11.     <height>134</height>
  12.    </rect>
  13.   </property>
  14.   <layout class="QGridLayout">
  15.    <item row="0" column="0">
  16.     <widget class="QLabel" name="label">
  17.      <property name="text">
  18.       <string>Capture mode</string>
  19.      </property>
  20.     </widget>
  21.    </item>
  22.    <item row="0" column="2" colspan="2">
  23.     <widget class="QComboBox" name="deviceCombo">
  24.      <property name="sizePolicy">
  25.       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  26.        <horstretch>0</horstretch>
  27.        <verstretch>0</verstretch>
  28.       </sizepolicy>
  29.      </property>
  30.      <property name="toolTip">
  31.       <string>Select the capture device type</string>
  32.      </property>
  33.     </widget>
  34.    </item>
  35.    <item row="1" column="0" colspan="4">
  36.     <widget class="Line" name="line">
  37.      <property name="orientation">
  38.       <enum>Qt::Horizontal</enum>
  39.      </property>
  40.     </widget>
  41.    </item>
  42.    <item row="2" column="0" colspan="4">
  43.     <widget class="QGroupBox" name="cardBox">
  44.      <property name="title">
  45.       <string>Device Selection</string>
  46.      </property>
  47.     </widget>
  48.    </item>
  49.    <item row="3" column="0" colspan="4">
  50.     <widget class="QGroupBox" name="optionsBox">
  51.      <property name="title">
  52.       <string>Options</string>
  53.      </property>
  54.     </widget>
  55.    </item>
  56.    <item row="5" column="0" colspan="4">
  57.     <spacer>
  58.      <property name="orientation">
  59.       <enum>Qt::Vertical</enum>
  60.      </property>
  61.      <property name="sizeType">
  62.       <enum>QSizePolicy::MinimumExpanding</enum>
  63.      </property>
  64.      <property name="sizeHint" stdset="0">
  65.       <size>
  66.        <width>20</width>
  67.        <height>0</height>
  68.       </size>
  69.      </property>
  70.     </spacer>
  71.    </item>
  72.    <item row="4" column="3">
  73.     <widget class="QPushButton" name="advancedButton">
  74.      <property name="toolTip">
  75.       <string>Access advanced options to tweak the device</string>
  76.      </property>
  77.      <property name="text">
  78.       <string>Advanced options...</string>
  79.      </property>
  80.     </widget>
  81.    </item>
  82.   </layout>
  83.  </widget>
  84.  <resources/>
  85.  <connections/>
  86. </ui>