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

(d60aa6a8cf8b020c2ae8e6a8bb45311acce8cab9)

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 [0]
 
layout addRow (numberLabel, numberEdit)
 
view show ()
 
edit isVisible ()
 
edit hide ()
 

Variables

QGroupBoxgroupBox = new QGroupBox("Contact Details")
 [0]
 
QLabelnumberLabel = new QLabel("Telephone number")
 
QLineEditnumberEdit = new QLineEdit
 
QFormLayoutlayout = new QFormLayout(groupBox)
 
QGraphicsScene scene
 [1]
 
QGraphicsProxyWidgetproxy = scene.addWidget(groupBox)
 
QLineEditedit = new QLineEdit
 

Function Documentation

◆ addRow()

layout addRow ( numberLabel ,
numberEdit  )

◆ hide()

◆ isVisible()

◆ main()

int main ( int argc,
char ** argv )

[0]

[0]

[0]

[6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 5 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.

References QGraphicsScene::addWidget(), app, QApplication::exec(), proxy, scene, QWindow::show(), and view.

+ Here is the call graph for this function:

◆ show()

view show ( )

Variable Documentation

◆ edit

◆ groupBox

◆ layout

◆ numberEdit

QLineEdit* numberEdit = new QLineEdit

◆ numberLabel

QLabel* numberLabel = new QLabel("Telephone number")

◆ proxy

◆ scene

[1]

[2]

Definition at line 29 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.

Referenced by main().