![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 | |
QGroupBox * | groupBox = new QGroupBox("Contact Details") |
[0] | |
QLabel * | numberLabel = new QLabel("Telephone number") |
QLineEdit * | numberEdit = new QLineEdit |
QFormLayout * | layout = new QFormLayout(groupBox) |
QGraphicsScene | scene |
[1] | |
QGraphicsProxyWidget * | proxy = scene.addWidget(groupBox) |
QLineEdit * | edit = new QLineEdit |
layout addRow | ( | numberLabel | , |
numberEdit | ) |
edit hide | ( | ) |
proxy isVisible | ( | ) |
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.
view show | ( | ) |
Definition at line 39 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
[0]
[1]
[Set up QGroupBox with layout]
Definition at line 22 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
QFormLayout* layout = new QFormLayout(groupBox) |
Definition at line 26 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
Definition at line 24 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
Definition at line 23 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
QGraphicsProxyWidget* proxy = scene.addWidget(groupBox) |
Definition at line 30 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
QGraphicsScene scene |