📄 record.ui
字号:
<ui version="4.0" > <class>Record</class> <widget class="QWidget" name="Record" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>502</width> <height>374</height> </rect> </property> <property name="minimumSize" > <size> <width>502</width> <height>374</height> </size> </property> <property name="maximumSize" > <size> <width>502</width> <height>374</height> </size> </property> <property name="windowTitle" > <string>聊天记录</string> </property> <widget class="QTextBrowser" name="recordBrowser" > <property name="geometry" > <rect> <x>0</x> <y>40</y> <width>501</width> <height>331</height> </rect> </property> </widget> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>101</width> <height>31</height> </rect> </property> <property name="text" > <string/> </property> <property name="indent" > <number>-1</number> </property> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>351</width> <height>20</height> </rect> </property> <property name="font" > <font> <pointsize>16</pointsize> </font> </property> <property name="cursor" > <cursorShape>OpenHandCursor</cursorShape> </property> <property name="text" > <string>聊天记录</string> </property> </widget> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -