amainwindow.ui

来自「Qt4的一个小程序」· UI 代码 · 共 48 行

UI
48
字号
<ui version="4.0" > <class>AMainWindow</class> <widget class="QMainWindow" name="AMainWindow" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>800</width>    <height>600</height>   </rect>  </property>  <property name="windowTitle" >   <string>主窗口测试</string>  </property>  <widget class="QWidget" name="centralwidget" >   <widget class="QPushButton" name="AnNiu" >    <property name="geometry" >     <rect>      <x>300</x>      <y>220</y>      <width>75</width>      <height>26</height>     </rect>    </property>    <property name="text" >     <string>按钮(&amp;A)</string>    </property>   </widget>   <widget class="QLabel" name="labelBiaoQian" >    <property name="geometry" >     <rect>      <x>100</x>      <y>120</y>      <width>521</width>      <height>16</height>     </rect>    </property>    <property name="text" >     <string>标签</string>    </property>   </widget>  </widget>  <widget class="QStatusBar" name="statusbar" /> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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