/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $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, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/TQDesignerFormWindowInterface.prg
        C++ Wrappers : contrib/hbqt/QDesignerFormWindowInterface.cpp
        Library      : hb
    $SEEALSO$
        QWidget
    $END$
 */
