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.
Functions | |
scene | addItem (form) |
layout | addItem (textEdit, 0, 0) |
layout | addItem (pushButton, 0, 1) |
Variables | |
QGraphicsScene | scene |
[0] | |
QGraphicsWidget * | textEdit = scene.addWidget(new QTextEdit) |
QGraphicsWidget * | pushButton = scene.addWidget(new QPushButton) |
QGraphicsWidget * | form = new QGraphicsWidget |
QGraphicsGridLayout * | layout = new QGraphicsGridLayout(form) |
layout addItem | ( | pushButton | , |
0 | , | ||
1 | ) |
QGraphicsWidget * form = new QGraphicsWidget |
Definition at line 9 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.
QGraphicsGridLayout* layout = new QGraphicsGridLayout(form) |
Definition at line 12 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.
QGraphicsWidget* pushButton = scene.addWidget(new QPushButton) |
Definition at line 7 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.
QGraphicsScene scene |
[0]
[11]
[1]
[2]
[4]
[12]
Definition at line 5 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.
QGraphicsWidget * textEdit = scene.addWidget(new QTextEdit) |
Definition at line 6 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.