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_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()

edit hide ( )

◆ isVisible()

proxy isVisible ( )

◆ main()

int main ( int argc,
char ** argv )

[0]

[48]

[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.

◆ show()

view show ( )

Variable Documentation

◆ edit

QLineEdit * edit = new QLineEdit

◆ groupBox

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

[0]

[1]

[Set up QGroupBox with layout]

Definition at line 22 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.

◆ 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.