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

midi

开发平台:

Unix_Linux

  1. <ui version="4.0" >
  2.  <class>ExtV4l2Widget</class>
  3.  <widget class="QWidget" name="ExtV4l2Widget" >
  4.   <property name="geometry" >
  5.    <rect>
  6.     <x>0</x>
  7.     <y>0</y>
  8.     <width>405</width>
  9.     <height>300</height>
  10.    </rect>
  11.   </property>
  12.   <property name="windowTitle" >
  13.    <string>Form</string>
  14.   </property>
  15.   <layout class="QVBoxLayout" >
  16.    <item>
  17.     <widget class="QPushButton" name="refresh" >
  18.      <property name="text" >
  19.       <string>Refresh</string>
  20.      </property>
  21.     </widget>
  22.    </item>
  23.    <item>
  24.     <widget class="QLabel" name="help" >
  25.      <property name="text" >
  26.       <string>No v4l2 instance found. Press the refresh button to try again.</string>
  27.      </property>
  28.     </widget>
  29.    </item>
  30.   </layout>
  31.  </widget>
  32.  <resources/>
  33.  <connections/>
  34. </ui>