![]() |
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) |
| layout | addItem (pushButton) |
Variables | |
| QGraphicsScene | scene |
| [0] | |
| QGraphicsWidget * | textEdit = scene.addWidget(new QTextEdit) |
| QGraphicsWidget * | pushButton = scene.addWidget(new QPushButton) |
| QGraphicsWidget * | form = new QGraphicsWidget |
| QGraphicsLinearLayout * | layout = new QGraphicsLinearLayout(form) |
| layout addItem | ( | pushButton | ) |
| QGraphicsWidget* form = new QGraphicsWidget |
Definition at line 9 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.
| QGraphicsLinearLayout* layout = new QGraphicsLinearLayout(form) |
Definition at line 12 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.
| QGraphicsWidget* pushButton = scene.addWidget(new QPushButton) |
Definition at line 7 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.
| QGraphicsScene scene |
[0]
Definition at line 5 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.
| QGraphicsWidget* textEdit = scene.addWidget(new QTextEdit) |
Definition at line 6 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.