v4l2.ui

来自「VLC Player Source Code」· UI 代码 · 共 35 行

UI
35
字号
<ui version="4.0" > <class>ExtV4l2Widget</class> <widget class="QWidget" name="ExtV4l2Widget" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>405</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <layout class="QVBoxLayout" >   <item>    <widget class="QPushButton" name="refresh" >     <property name="text" >      <string>Refresh</string>     </property>    </widget>   </item>   <item>    <widget class="QLabel" name="help" >     <property name="text" >      <string>No v4l2 instance found. Press the refresh button to try again.</string>     </property>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?