📄 calculatorform.ui
字号:
<ui version="4.0" > <class>Form</class> <widget class="QWidget" name="Form" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>Form</string> </property> <widget class="QPushButton" name="pushButton" > <property name="geometry" > <rect> <x>280</x> <y>40</y> <width>101</width> <height>23</height> </rect> </property> <property name="text" > <string>PushButton</string> </property> </widget> </widget> <resources/> <connections> <connection> <sender>pushButton</sender> <signal>clicked()</signal> <receiver>Form</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel" > <x>330</x> <y>51</y> </hint> <hint type="destinationlabel" > <x>199</x> <y>149</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -