![]() |
Qt 6.x
The Qt SDK
|
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 | ( | ) |
Referenced by QWindowsDialogHelperBase< BaseClass >::~QWindowsDialogHelperBase(), QQuickItemPrivate::refFromEffectItem(), QQuickDesignerSupport::refFromEffectItem(), QTableView::setColumnHidden(), QTreeView::setColumnHidden(), QTreeView::setHeaderHidden(), QTreeWidgetItem::setHidden(), QQuickShaderEffectSource::setHideSource(), QCompleter::setPopup(), QListView::setRowHidden(), QTableView::setRowHidden(), QTreeView::setRowHidden(), QHeaderView::setSectionHidden(), QQuick3DTexture::setSourceItem(), QSGOpenVGRenderLoop::windowDestroyed(), QSGSoftwareRenderLoop::windowDestroyed(), and QSGGuiThreadRenderLoop::windowDestroyed().
proxy isVisible | ( | ) |
Referenced by QQmlTreeModelToTableModel::childrenVisible(), QTreeView::columnCountChanged(), QQuickWindowQmlImpl::componentComplete(), QAbstractItemView::currentChanged(), QAbstractItemView::dataChanged(), QMdiArea::eventFilter(), QMainWindowLayout::hover(), QTreeView::indexRowSizeHint(), QtWaylandClient::QWaylandWindow::isExposed(), QListView::mouseMoveEvent(), QMainWindowLayout::plug(), QWidgetPrivate::prepareToRender(), QtWaylandClient::QWaylandWindow::reinit(), QtWaylandClient::QWaylandShmBackingStore::resize(), QMainWindowLayout::restoreState(), QAbstractItemView::rowsInserted(), QTextEdit::scrollToAnchor(), QAbstractItemView::selectionChanged(), QAbstractItemView::setAlternatingRowColors(), QtWaylandClient::QWaylandWindow::setGeometry(), QtWaylandClient::QWaylandWindow::setParent(), QWindowsDragCursorWindow::setPixmap(), QGraphicsView::setScene(), QIOSMenuItem::setVisible(), QHeaderView::setVisible(), QtWaylandClient::QWaylandWindow::setWindowIcon(), QAndroidPlatformWindow::setWindowState(), QCocoaWindow::setWindowState(), QIOSWindow::setWindowState(), QtWaylandClient::QWaylandWindow::setWindowTitle(), QComboBoxPrivate::showPopupFromMouseEvent(), QTableView::sizeHintForColumn(), QAbstractItemView::timerEvent(), and QLayout::widgetEvent().
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.
view show | ( | ) |
Definition at line 39 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
Referenced by QSSGQmlUtilities::applyEdit(), QmlLsp::codeActionHandler(), QDateTimeEditPrivate::cursorPosition(), QDateTimeEditPrivate::displayText(), QQuickTableView::eventFilter(), mergeFormat(), QComboBox::setLineEdit(), src_gui_util_qvalidator::Wrapper::wrapper0(), and src_gui_util_qvalidator::Wrapper::wrapper2().
[0]
[1]
Definition at line 22 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
Referenced by clonedAnimationStyleOption(), deleteClonedAnimationStyleOption(), QQC2_NAMESPACE::QMacStyle::drawComplexControl(), QQC2::QCommonStyle::drawComplexControl(), QMacStyle::drawComplexControl(), QCommonStyle::drawComplexControl(), QAndroidStyle::drawComplexControl(), QQC2_NAMESPACE::QMacStyle::drawPrimitive(), QMacStyle::drawPrimitive(), QQC2::QCommonStyle::hitTestComplexControl(), QCommonStyle::hitTestComplexControl(), main(), QAndroidStyle::sizeFromContents(), QQC2_NAMESPACE::QMacStyle::subControlRect(), QQC2::QCommonStyle::subControlRect(), QMacStyle::subControlRect(), QCommonStyle::subControlRect(), and QAndroidStyle::subControlRect().
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.
Referenced by main().
QGraphicsScene scene |
[1]
[2]
Definition at line 29 of file src_gui_graphicsview_qgraphicsproxywidget.cpp.
Referenced by main().