⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtfedit.ui

📁 本文件是<精通QT4编程>的配套源代码
💻 UI
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -