Public Member Functions

QStandardItemEditorCreator< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class QStandardItemEditorCreator< T >

Definition at line 82 of file qitemeditorfactory.h.

#include <qitemeditorfactory.h>

Inheritance diagram for QStandardItemEditorCreator< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  QStandardItemEditorCreator ()
QWidget createWidget (QWidget *parent) const
QByteArray  valuePropertyName () const

Constructor & Destructor Documentation

Definition at line 85 of file qitemeditorfactory.h.

        : propertyName(T::staticMetaObject.userProperty().name())
    {}

Member Function Documentation

QWidget* createWidget ( QWidget parent ) const [inline, virtual]

Implements QItemEditorCreatorBase.

Definition at line 88 of file qitemeditorfactory.h.

{ return new T(parent); }
QByteArray valuePropertyName ( ) const [inline, virtual]

Implements QItemEditorCreatorBase.

Definition at line 89 of file qitemeditorfactory.h.

{ return propertyName; }

The documentation for this class was generated from the following file: