mainwindow.ui

来自「A translator that converts Qt Designer U」· UI 代码 · 共 44 行

UI
44
字号
<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>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>UI2SWT Tests</string>  </property>  <widget class="QWidget" name="centralwidget" >   <layout class="QVBoxLayout" >    <property name="margin" >     <number>9</number>    </property>    <property name="spacing" >     <number>6</number>    </property>    <item>     <widget class="QListWidget" name="testsListBox" />    </item>    <item>     <widget class="QPushButton" name="launchPushButton" >      <property name="text" >       <string>Launch</string>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="QStatusBar" name="statusbar" /> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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