rtfedit.ui

来自「本文件是<精通QT4编程>的配套源代码」· UI 代码 · 共 36 行

UI
36
字号
<ui version="4.0" > <class>rtfWidget</class> <widget class="QWidget" name="rtfWidget" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>470</width>    <height>413</height>   </rect>  </property>  <property name="windowTitle" >   <string>编辑器</string>  </property>  <widget class="RTFEdit" name="rtfEdit" >   <property name="geometry" >    <rect>     <x>20</x>     <y>30</y>     <width>421</width>     <height>341</height>    </rect>   </property>  </widget> </widget> <customwidgets>  <customwidget>   <class>RTFEdit</class>   <extends>QTextEdit</extends>   <header>rtfedit.h</header>  </customwidget> </customwidgets> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?