![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
editorFactory | registerEditor (QMetaType::QDateTime, creator) |
Variables | |
QColor | color |
[0] | |
QItemEditorCreator< MyEditor > * | itemCreator |
[0] | |
QItemEditorFactory * | factory = new QItemEditorFactory |
QItemEditorFactory * | editorFactory = new QItemEditorFactory |
[1] | |
QItemEditorCreatorBase * | creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>() |
editorFactory registerEditor | ( | QMetaType::QDateTime | , |
creator | |||
) |
QItemEditorCreatorBase* creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>() |
Definition at line 19 of file src_gui_itemviews_qitemeditorfactory.cpp.
Referenced by QQmlComponentPrivate::ConstructionState::appendCreatorErrors(), QQmlComponentPrivate::beginDeferred(), QItemEditorFactory::createEditor(), QQmlVMEGuard::guard(), QQmlComponentPrivate::ConstructionState::hasCreator(), QItemEditorFactory::registerEditor(), QSqlDatabase::registerSqlDriver(), removePendingQPropertyBinding(), QQmlComponentPrivate::setInitialProperties(), QQmlComponentPrivate::setInitialProperty(), QV4::QmlIncubatorObject::setInitialState(), and QItemEditorFactory::valuePropertyName().
QItemEditorFactory* editorFactory = new QItemEditorFactory |
QItemEditorFactory* factory = new QItemEditorFactory |
Definition at line 13 of file src_gui_itemviews_qitemeditorfactory.cpp.
Referenced by QGstElement::QGstElement(), QNetworkInformationPrivate::addToList(), QNetworkInformationPrivate::backendNames(), QSGDefaultRenderContext::compressedTextureForFactory(), QSGRhiAtlasTexture::Manager::create(), QNetworkInformationPrivate::create(), QNetworkInformationPrivate::create(), QGeoAreaMonitorSource::createDefaultSource(), QItemDelegate::createEditor(), createPixmapDataSync(), createScreenCaptureItem(), QGeoAreaMonitorSource::createSource(), QGeoPositionInfoSourcePrivate::createSourceReal(), QGeoSatelliteInfoSourcePrivate::createSourceReal(), createWindowCaptureItem(), QItemEditorFactory::defaultFactory(), findScreen(), findScreenForWindow(), getCodecsList(), getImageFormatList(), QGstreamerFormatInfo::getMuxerList(), iconEngineFromSuffix(), internalName(), QLibraryPrivate::pluginInstance(), QQuickPixmapReply::postReply(), qLoadPlugin(), QNetworkInformationPrivate::removeFromList(), QGlobalNetworkProxy::setApplicationProxyFactory(), QNetworkProxyFactory::setApplicationProxyFactory(), QItemEditorFactory::setDefaultFactory(), QItemDelegate::setItemEditorFactory(), QStyledItemDelegate::setItemEditorFactory(), QNetworkAccessManager::setProxyFactory(), QSGRenderContext::textureForFactory(), and QQuickCanvasItem::updatePaintNode().
QItemEditorCreator<MyEditor>* itemCreator |
[0]
[1]
Definition at line 10 of file src_gui_itemviews_qitemeditorfactory.cpp.