aboutdlg.ui

来自「QT写的自动更新程序 自认为不错 请大家参考」· UI 代码 · 共 54 行

UI
54
字号
<ui version="4.0" > <class>AboutDlgClass</class> <widget class="QDialog" name="AboutDlgClass" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>322</width>    <height>424</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy>    <hsizetype>0</hsizetype>    <vsizetype>0</vsizetype>    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>AboutDlg</string>  </property>  <widget class="QLabel" name="PictureLabel" >   <property name="geometry" >    <rect>     <x>0</x>     <y>0</y>     <width>322</width>     <height>424</height>    </rect>   </property>   <property name="sizePolicy" >    <sizepolicy>     <hsizetype>0</hsizetype>     <vsizetype>0</vsizetype>     <horstretch>0</horstretch>     <verstretch>0</verstretch>    </sizepolicy>   </property>   <property name="frameShape" >    <enum>QFrame::StyledPanel</enum>   </property>   <property name="pixmap" >    <pixmap resource="../../../resource/updaterclient.qrc" >:/about.png</pixmap>   </property>  </widget> </widget> <layoutdefault spacing="6" margin="11" /> <resources>  <include location="../../../resource/updaterclient.qrc" /> </resources> <connections/></ui>

⌨️ 快捷键说明

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