📄 examples.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 + -