box.doc
来自「Trolltech公司发布的基于C++图形开发环境」· DOC 代码 · 共 19 行
DOC
19 行
/*! \page opengl-box-example.html \ingroup opengl-examples \title OpenGL Box ExampleThis example demonstrates how to use OpenGL in Qt. Essentially, all you do is put your OpenGL code in a class inheritedfrom QGLWidget. This class may then be used like any other Qt widget,including the use of signals and slots and geometry management.See \c{$QTDIR/examples/opengl/box} for the source code.*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?