/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QDesignerPropertyEditorInterface()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qdesignerpropertyeditorinterface.html
 *  $ONELINER$
 *     Creates a new QDesignerPropertyEditorInterface object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QDesignerPropertyEditorInterface():new( ... )
 *     QDesignerPropertyEditorInterface():from( pPtr_OR_oObj_of_type_QDesignerPropertyEditorInterface )
 *     QDesignerPropertyEditorInterface():configure( pPtr_OR_oObj_of_type_QDesignerPropertyEditorInterface )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QDesignerPropertyEditorInterface
 *  $METHODS$
 *     :core()                                             -> pQDesignerFormEditorInterface
 *     :currentPropertyName()                              -> cQString
 *     :isReadOnly()                                       -> lBool
 *     :object()                                           -> pQObject
 *     :setObject( pObject )                               -> NIL
 *     :setPropertyValue( cName, pValue, lChanged )        -> NIL
 *     :setReadOnly( lReadOnly )                           -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtdesigner/TQDesignerPropertyEditorInterface.prg
 *     C++ wrappers  : contrib/hbqt/qtdesigner/QDesignerPropertyEditorInterface.cpp
 *     Library       : hbqtdesigner
 *  $SEEALSO$
 *     QWidget
 *  $END$
 */
