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

📄 examples.doc

📁 Trolltech公司发布的基于C++图形开发环境
💻 DOC
字号:
/****************************************************************************** $Id: qt/extensions/xt/doc/examples.doc   2.3.2   edited 2001-01-26 $**** Documentation for the examples**** Copyright (C) 1995-1997 by Trolltech AS.  All rights reserved.*******************************************************************************/#if defined(DEBUG)static char ident[] = "$Id: qt/extensions/xt/doc/examples.doc   2.3.2   edited 2001-01-26 $";#endif/*! \example mainlyQt/editor.cpp  <h1 align=center>Editor Example</h1>  <p>  This example shows two simple text editors, with most of the  program written in Qt.  One editor is a Qt QMultiLineEdit, the  other is an Athena Widgets text widget.  They are bound together  in a Qt main window.*//*! \example mainlyXt/editor.cpp  <h1 align=center>Editor Example</h1>  <p>  This example shows two simple text editors, with most of the  program written in Xt.  One editor is a Qt QMultiLineEdit, the  other is an Athena Widgets text widget.  They are bound together  in an Xt form widget.*//*! \example mainlyMotif/editor.cpp  <h1 align=center>Editor Example</h1>  <p>  This example shows two simple text editors, with most of the  program written in Motif.  One editor is a Qt QMultiLineEdit, the  other is a Motif text widget.  They are bound together  in a Motif form widget.*/

⌨️ 快捷键说明

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