📄 dialog.ui
字号:
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>Dialog</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>9</x> <y>9</y> <width>382</width> <height>244</height> </rect> </property> <property name="text" > <string>Remove this widget and insert your own widgets</string> </property> </widget> <widget class="QDialogButtonBox" name="buttonBox" > <property name="geometry" > <rect> <x>9</x> <y>259</y> <width>382</width> <height>32</height> </rect> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -