QtBase  v6.3.1
Functions | Variables
src_gui_graphicsview_qgraphicsproxywidget.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ addRow()

layout addRow ( numberLabel  ,
numberEdit   
)

◆ hide()

edit hide ( )
Here is the caller graph for this function:

◆ isVisible()

proxy isVisible ( )
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

[0]

[1]

[2]

Create an application and a main widget. Open the main widget for user input, and exit with an appropriate return value when it is closed.

[6]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0] [1]

[1] [2]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[4]

[4]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 52 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ setLayout()

groupBox setLayout ( layout  )

◆ show()

view show ( )

Variable Documentation

◆ edit

QLineEdit* edit = new QLineEdit

◆ groupBox

QGroupBox* groupBox = new QGroupBox("Contact Details")

[0]

[1]

Definition at line 69 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.

◆ layout

QFormLayout* layout = new QFormLayout

◆ numberEdit

QLineEdit* numberEdit = new QLineEdit

◆ numberLabel

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

◆ proxy

◆ scene

[1]

[2]

Definition at line 77 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.