examples.doc

来自「Linux 下的图形编程环境。」· DOC 代码 · 共 45 行

DOC
45
字号
/****************************************************************************** $Id: qt/extensions/xt/doc/examples.doc   2.3.0   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.0   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 + =
减小字号Ctrl + -
显示快捷键?