⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialog.ui.svn-base

📁 一个简单的摄像头播放程序,用qt做的界面
💻 SVN-BASE
字号:
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" >  <property name="windowModality" >   <enum>Qt::NonModal</enum>  </property>  <property name="enabled" >   <bool>true</bool>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>426</width>    <height>370</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowIcon" >   <iconset>../../../234.jpg</iconset>  </property>  <property name="modal" >   <bool>false</bool>  </property>  <widget class="QWidget" name="layoutWidget" >   <property name="geometry" >    <rect>     <x>-10</x>     <y>0</y>     <width>441</width>     <height>371</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <property name="spacing" >     <number>0</number>    </property>    <item>     <widget class="QLabel" name="displayLabel" >      <property name="sizePolicy" >       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >        <horstretch>0</horstretch>        <verstretch>0</verstretch>       </sizepolicy>      </property>      <property name="frameShape" >       <enum>QFrame::WinPanel</enum>      </property>      <property name="frameShadow" >       <enum>QFrame::Plain</enum>      </property>      <property name="text" >       <string>No video loaded...</string>      </property>      <property name="alignment" >       <set>Qt::AlignCenter</set>      </property>     </widget>    </item>    <item>     <layout class="QGridLayout" >      <property name="horizontalSpacing" >       <number>0</number>      </property>      <property name="verticalSpacing" >       <number>0</number>      </property>      <item row="0" column="0" >       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>40</width>          <height>20</height>         </size>        </property>       </spacer>      </item>      <item row="0" column="1" >       <widget class="QPushButton" name="recordButton" >        <property name="icon" >         <iconset>images/record.png</iconset>        </property>        <property name="iconSize" >         <size>          <width>60</width>          <height>24</height>         </size>        </property>       </widget>      </item>      <item row="0" column="2" >       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>40</width>          <height>20</height>         </size>        </property>       </spacer>      </item>      <item row="0" column="3" >       <widget class="QPushButton" name="stopButton" >        <property name="icon" >         <iconset>images/stop.png</iconset>        </property>        <property name="iconSize" >         <size>          <width>60</width>          <height>24</height>         </size>        </property>       </widget>      </item>      <item row="0" column="4" >       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>40</width>          <height>20</height>         </size>        </property>       </spacer>      </item>     </layout>    </item>   </layout>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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