Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qitemeditorfactory.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qitemeditorfactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QItemEditorCreatorBase
 The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators. More...
 
class  QItemEditorCreator< T >
 The QItemEditorCreator class makes it possible to create item editor creator bases without subclassing QItemEditorCreatorBase. More...
 
class  QStandardItemEditorCreator< T >
 The QStandardItemEditorCreator class provides the possibility to register widgets without having to subclass QItemEditorCreatorBase. More...
 
class  QItemEditorFactory
 The QItemEditorFactory class provides widgets for editing item data in views and delegates. More...
 

Functions

 QT_REQUIRE_CONFIG (itemviews)
 

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( itemviews )