/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QDesignerFormWindowInterface()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qdesignerformwindowinterface.html
 *  $ONELINER$
 *     Creates a new QDesignerFormWindowInterface object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QDesignerFormWindowInterface():new( ... )
 *     QDesignerFormWindowInterface():from( pPtr_OR_oObj_of_type_QDesignerFormWindowInterface )
 *     QDesignerFormWindowInterface():configure( pPtr_OR_oObj_of_type_QDesignerFormWindowInterface )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QDesignerFormWindowInterface
 *  $METHODS$
 *     :addResourceFile( cPath )                           -> NIL
 *     :author()                                           -> cQString
 *     :comment()                                          -> cQString
 *     :contents()                                         -> cQString
 *     :core()                                             -> pQDesignerFormEditorInterface
 *     :cursor()                                           -> pQDesignerFormWindowCursorInterface
 *     :emitSelectionChanged()                             -> NIL
 *     :exportMacro()                                      -> cQString
 *     :features()                                         -> nFeature
 *     :fileName()                                         -> cQString
 *     :grid()                                             -> pQPoint
 *     :hasFeature( nFeature )                             -> lBool
 *     :includeHints()                                     -> pQStringList
 *     :isDirty()                                          -> lBool
 *     :isManaged( pWidget )                               -> lBool
 *     :layoutDefault( @nMargin, @nSpacing )               -> NIL
 *     :mainContainer()                                    -> pQWidget
 *     :pixmapFunction()                                   -> cQString
 *     :removeResourceFile( cPath )                        -> NIL
 *     :resourceFiles()                                    -> pQStringList
 *     :setAuthor( cAuthor )                               -> NIL
 *     :setComment( cComment )                             -> NIL
 *     :setContents( pDevice )                             -> NIL
 *     :setExportMacro( cExportMacro )                     -> NIL
 *     :setIncludeHints( pIncludeHints )                   -> NIL
 *     :setLayoutDefault( nMargin, nSpacing )              -> NIL
 *     :setMainContainer( pMainContainer )                 -> NIL
 *     :setPixmapFunction( cPixmapFunction )               -> NIL
 *     :clearSelection( lUpdate )                          -> NIL
 *     :manageWidget( pWidget )                            -> NIL
 *     :selectWidget( pWidget, lSelect )                   -> NIL
 *     :setContents_1( cContents )                         -> NIL
 *     :setDirty( lDirty )                                 -> NIL
 *     :setFeatures( nFeatures )                           -> NIL
 *     :setFileName( cFileName )                           -> NIL
 *     :setGrid( pGrid )                                   -> NIL
 *     :unmanageWidget( pWidget )                          -> 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/TQDesignerFormWindowInterface.prg
 *     C++ wrappers  : contrib/hbqt/qtdesigner/QDesignerFormWindowInterface.cpp
 *     Library       : hbqtdesigner
 *  $SEEALSO$
 *     QWidget
 *  $END$
 */
