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_qgraphicslinearlayout.cpp File Reference

(d60aa6a8cf8b020c2ae8e6a8bb45311acce8cab9)

Go to the source code of this file.

Functions

scene addItem (form)
 
layout addItem (textEdit)
 
layout addItem (pushButton)
 

Variables

QGraphicsScene scene
 [0]
 
QGraphicsWidgettextEdit = scene.addWidget(new QTextEdit)
 
QGraphicsWidgetpushButton = scene.addWidget(new QPushButton)
 
QGraphicsWidgetform = new QGraphicsWidget
 
QGraphicsLinearLayoutlayout = new QGraphicsLinearLayout(form)
 

Function Documentation

◆ addItem() [1/3]

scene addItem ( form )

◆ addItem() [2/3]

layout addItem ( pushButton )

◆ addItem() [3/3]

layout addItem ( textEdit )

Variable Documentation

◆ form

◆ layout

◆ pushButton

◆ scene

[0]

Definition at line 5 of file src_gui_graphicsview_qgraphicslinearlayout.cpp.

◆ textEdit