📄 amainwindow.ui
字号:
<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>按钮(&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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -