Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | MyGLWidget |
[0] More... | |
Functions | |
format | setDepthBufferSize (24) |
format | setStencilBufferSize (8) |
format | setVersion (3, 2) |
format | setProfile (QSurfaceFormat::CoreProfile) |
widget | setFormat (format) |
void | paintGL () override |
[2] | |
int | main (int argc, char **argv) |
[5] | |
Variables | |
QOpenGLWidget * | widget = new QOpenGLWidget(parent) |
[1] | |
QSurfaceFormat | format |
int main | ( | int | argc, |
char ** | argv ) |
[5]
[48]
[6]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[0]
[0]
[1]
[1]
[1]
[1]
[0]
[0]
[0]
[0]
Definition at line 152 of file doc_gui_widgets_qopenglwidget.cpp.
|
override |
format setDepthBufferSize | ( | 24 | ) |
format setProfile | ( | QSurfaceFormat::CoreProfile | ) |
format setStencilBufferSize | ( | 8 | ) |
format setVersion | ( | 3 | , |
2 | ) |
Definition at line 54 of file doc_gui_widgets_qopenglwidget.cpp.
QWidget * widget = new QOpenGLWidget(parent) |