Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QItemEditorCreator Class

The QItemEditorCreator class makes it possible to create item editor creator bases without subclassing QItemEditorCreatorBase. More...

 #include <QItemEditorCreator>

Inherits: QItemEditorCreatorBase.

This class was introduced in Qt 4.2.

Public Functions

QItemEditorCreator(const QByteArray & valuePropertyName)
virtual ~QItemEditorCreatorBase()
virtual QWidget * createWidget(QWidget * parent) const = 0
virtual QByteArray valuePropertyName() const = 0

Reimplemented Public Functions

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

Detailed Description

The QItemEditorCreator class makes it possible to create item editor creator bases without subclassing QItemEditorCreatorBase.

QItemEditorCreator is a convenience template class. It uses the template class to create editors for QItemEditorFactory. This way, it is not necessary to subclass QItemEditorCreatorBase.

 QItemEditorCreator<MyEditor> *itemCreator =
     new QItemEditorCreator<MyEditor>("myProperty");

 QItemEditorFactory *factory = new QItemEditorFactory;

The constructor takes the name of the property that contains the editing data. QItemDelegate can then access the property by name when it sets and retrieves editing data. Only use this class if your editor does not define a user property (using the USER keyword in the Q_PROPERTY macro). If the widget has a user property, you should use QStandardItemEditorCreator instead.

See also QItemEditorCreatorBase, QStandardItemEditorCreator, QItemEditorFactory, and Color Editor Factory Example.

Member Function Documentation

QItemEditorCreator::QItemEditorCreator(const QByteArray & valuePropertyName)

Constructs an editor creator object using valuePropertyName as the name of the property to be used for editing. The property name is used by QItemDelegate when setting and getting editor data.

Note that the valuePropertyName is only used if the editor widget does not have a user property defined.

QWidget * QItemEditorCreator::createWidget(QWidget * parent) const [virtual]

Reimplemented from QItemEditorCreatorBase::createWidget().

QByteArray QItemEditorCreator::valuePropertyName() const [virtual]

Reimplemented from QItemEditorCreatorBase::valuePropertyName().

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web