main_window.ui

来自「QT 开发环境里面一个很重要的文件」· UI 代码 · 共 28 行

UI
28
字号
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow" >  <property name="objectName" >   <string notr="true" >MainWindow</string>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>800</width>    <height>600</height>   </rect>  </property>  <property name="windowTitle" >   <string>MainWindow</string>  </property>  <widget class="QMenuBar" name="menubar" />  <widget class="QWidget" name="centralwidget" />  <widget class="QStatusBar" name="statusbar" /> </widget> <pixmapfunction></pixmapfunction> <connections/></ui>

⌨️ 快捷键说明

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