/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QDesignerActionEditorInterface()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qdesigneractioneditorinterface.html
 *  $ONELINER$
 *     Creates a new QDesignerActionEditorInterface object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QDesignerActionEditorInterface():new( ... )
 *     QDesignerActionEditorInterface():from( pPtr_OR_oObj_of_type_QDesignerActionEditorInterface )
 *     QDesignerActionEditorInterface():configure( pPtr_OR_oObj_of_type_QDesignerActionEditorInterface )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QDesignerActionEditorInterface
 *  $METHODS$
 *     :core()                                             -> pQDesignerFormEditorInterface
 *     :manageAction( pAction )                            -> NIL
 *     :unmanageAction( pAction )                          -> NIL
 *     :setFormWindow( pFormWindow )                       -> 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/TQDesignerActionEditorInterface.prg
 *     C++ wrappers  : contrib/hbqt/qtdesigner/QDesignerActionEditorInterface.cpp
 *     Library       : hbqtdesigner
 *  $SEEALSO$
 *     QWidget
 *  $END$
 */
