mainwindow.ui

来自「用Qt4编写的linux IDE开发环境」· UI 代码 · 共 35 行

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

⌨️ 快捷键说明

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