Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 )

Referenced by QCocoaMenuBar::insertMenu(), and QCocoaMenuBar::insertWindowMenu().

+ Here is the caller graph for this function:

◆ addItem() [2/3]

layout addItem ( pushButton ,
0 ,
1  )

◆ addItem() [3/3]

layout addItem ( textEdit ,
0 ,
0  )

Variable Documentation

◆ form

◆ layout

◆ pushButton

◆ scene

◆ textEdit