
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QDesignerFormWindowInterface
 *  $METHODS$
 *     :addResourceFile( cPath )                           -> NIL
 *     :author()                                           -> cQString
 *     :comment()                                          -> cQString
 *     :contents()                                         -> cQString
 *     :core()                                             -> oQDesignerFormEditorInterface
 *     :cursor()                                           -> oQDesignerFormWindowCursorInterface
 *     :emitSelectionChanged()                             -> NIL
 *     :exportMacro()                                      -> cQString
 *     :features()                                         -> nFeature
 *     :fileName()                                         -> cQString
 *     :grid()                                             -> oQPoint
 *     :hasFeature( nFeature )                             -> lBool
 *     :includeHints()                                     -> oQStringList
 *     :isDirty()                                          -> lBool
 *     :isManaged( oQWidget )                              -> lBool
 *     :layoutDefault( @nMargin, @nSpacing )               -> NIL
 *     :mainContainer()                                    -> oQWidget
 *     :pixmapFunction()                                   -> cQString
 *     :removeResourceFile( cPath )                        -> NIL
 *     :resourceFiles()                                    -> oQStringList
 *     :setAuthor( cAuthor )                               -> NIL
 *     :setComment( cComment )                             -> NIL
 *     :setContents( oQIODevice )                          -> NIL
 *     :setExportMacro( cExportMacro )                     -> NIL
 *     :setIncludeHints( oQStringList )                    -> NIL
 *     :setLayoutDefault( nMargin, nSpacing )              -> NIL
 *     :setMainContainer( oQWidget )                       -> NIL
 *     :setPixmapFunction( cPixmapFunction )               -> NIL
 *     :findFormWindow( oQWidget )                         -> oQDesignerFormWindowInterface
 *     :( oQObject )                                       -> oQDesignerFormWindowInterface
 *     :clearSelection( lUpdate )                          -> NIL
 *     :manageWidget( oQWidget )                           -> NIL
 *     :selectWidget( oQWidget, lSelect )                  -> NIL
 *     :( cContents )                                      -> NIL
 *     :setDirty( lDirty )                                 -> NIL
 *     :setFeatures( nFeatures )                           -> NIL
 *     :setFileName( cFileName )                           -> NIL
 *     :setGrid( oQPoint )                                 -> NIL
 *     :unmanageWidget( oQWidget )                         -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtdesigner
 *  $END$
 */
