Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_gui_graphicsview_qgraphicsgridlayout.cpp File Reference

(d60aa6a8cf8b020c2ae8e6a8bb45311acce8cab9)

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]
 
QGraphicsWidgettextEdit = scene.addWidget(new QTextEdit)
 
QGraphicsWidgetpushButton = scene.addWidget(new QPushButton)
 
QGraphicsWidgetform = new QGraphicsWidget
 
QGraphicsGridLayoutlayout = new QGraphicsGridLayout(form)
 

Function Documentation

◆ addItem() [1/3]

scene addItem ( form )

◆ addItem() [2/3]

layout addItem ( pushButton ,
0 ,
1  )

◆ addItem() [3/3]

layout addItem ( textEdit ,
0 ,
0  )

Variable Documentation

◆ form

◆ layout

◆ pushButton

◆ scene

[0]

[11]

[1]

[2]

[4]

[12]

Definition at line 5 of file src_gui_graphicsview_qgraphicsgridlayout.cpp.

◆ textEdit