/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QFileDialog()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qfiledialog.html
 *  $ONELINER$
 *     Creates a new QFileDialog object.
 *  $INHERITS$
 *     QDialog
 *  $SYNTAX$
 *     QFileDialog():new( ... )
 *     QFileDialog():from( pPtr_OR_oObj_of_type_QFileDialog )
 *     QFileDialog():configure( pPtr_OR_oObj_of_type_QFileDialog )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QFileDialog
 *  $METHODS$
 *     :acceptMode()                                       -> nAcceptMode
 *     :confirmOverwrite()                                 -> lBool
 *     :defaultSuffix()                                    -> cQString
 *     :directory()                                        -> pQDir
 *     :fileMode()                                         -> nFileMode
 *     :filter()                                           -> nQDir::Filters
 *     :history()                                          -> pQStringList
 *     :iconProvider()                                     -> pQFileIconProvider
 *     :isNameFilterDetailsVisible()                       -> lBool
 *     :isReadOnly()                                       -> lBool
 *     :itemDelegate()                                     -> pQAbstractItemDelegate
 *     :labelText( nLabel )                                -> cQString
 *     :nameFilters()                                      -> pQStringList
 *     :options()                                          -> nOptions
 *     :proxyModel()                                       -> pQAbstractProxyModel
 *     :resolveSymlinks()                                  -> lBool
 *     :restoreState( pState )                             -> lBool
 *     :saveState()                                        -> pQByteArray
 *     :selectFile( cFilename )                            -> NIL
 *     :selectNameFilter( cFilter )                        -> NIL
 *     :selectedFiles()                                    -> pQStringList
 *     :selectedNameFilter()                               -> cQString
 *     :setAcceptMode( nMode )                             -> NIL
 *     :setConfirmOverwrite( lEnabled )                    -> NIL
 *     :setDefaultSuffix( cSuffix )                        -> NIL
 *     :setDirectory( cDirectory )                         -> NIL
 *     :setDirectory_1( pDirectory )                       -> NIL
 *     :setFileMode( nMode )                               -> NIL
 *     :setFilter( nFilters )                              -> NIL
 *     :setHistory( pPaths )                               -> NIL
 *     :setIconProvider( pProvider )                       -> NIL
 *     :setItemDelegate( pDelegate )                       -> NIL
 *     :setLabelText( nLabel, cText )                      -> NIL
 *     :setNameFilter( cFilter )                           -> NIL
 *     :setNameFilterDetailsVisible( lEnabled )            -> NIL
 *     :setNameFilters( pFilters )                         -> NIL
 *     :setOption( nOption, lOn )                          -> NIL
 *     :setOptions( nOptions )                             -> NIL
 *     :setProxyModel( pProxyModel )                       -> NIL
 *     :setReadOnly( lEnabled )                            -> NIL
 *     :setResolveSymlinks( lEnabled )                     -> NIL
 *     :setViewMode( nMode )                               -> NIL
 *     :sidebarUrls()                                      -> pQList<QUrl>
 *     :testOption( nOption )                              -> lBool
 *     :viewMode()                                         -> nViewMode
 *     :getExistingDirectory( pParent, cCaption, cDir, nOptions )  -> cQString
 * 
 *  $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/qtgui/TQFileDialog.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QFileDialog.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QDialog
 *  $END$
 */
