record.ui

来自「局域网聊天室」· UI 代码 · 共 78 行

UI
78
字号
<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 + =
减小字号Ctrl + -
显示快捷键?