
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QApplication()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qapplication.html
 *  $ONELINER$
 *     Creates a new QApplication object.
 *  $INHERITS$
 *     QCoreApplication
 *  $SYNTAX$
 *     QApplication( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QApplication
 *  $METHODS$
 *     :commitData( oQSessionManager )                     -> NIL
 *     :isSessionRestored()                                -> lBool
 *     :saveState( oQSessionManager )                      -> NIL
 *     :sessionId()                                        -> cQString
 *     :sessionKey()                                       -> cQString
 *     :styleSheet()                                       -> cQString
 *     :activeModalWidget()                                -> oQWidget
 *     :activePopupWidget()                                -> oQWidget
 *     :activeWindow()                                     -> oQWidget
 *     :alert( oQWidget, nMsec )                           -> NIL
 *     :beep()                                             -> NIL
 *     :changeOverrideCursor( oQCursor )                   -> NIL
 *     :clipboard()                                        -> oQClipboard
 *     :colorSpec()                                        -> nInt
 *     :cursorFlashTime()                                  -> nInt
 *     :desktop()                                          -> oQDesktopWidget
 *     :desktopSettingsAware()                             -> lBool
 *     :doubleClickInterval()                              -> nInt
 *     :exec()                                             -> nInt
 *     :focusWidget()                                      -> oQWidget
 *     :font()                                             -> oQFont
 *     :( oQWidget )                                       -> oQFont
 *     :( cClassName )                                     -> oQFont
 *     :fontMetrics()                                      -> oQFontMetrics
 *     :globalStrut()                                      -> oQSize
 *     :isEffectEnabled( nEffect )                         -> lBool
 *     :isLeftToRight()                                    -> lBool
 *     :isRightToLeft()                                    -> lBool
 *     :keyboardInputDirection()                           -> nQt_LayoutDirection
 *     :keyboardInputInterval()                            -> nInt
 *     :keyboardInputLocale()                              -> oQLocale
 *     :keyboardModifiers()                                -> nQt_KeyboardModifiers
 *     :layoutDirection()                                  -> nQt_LayoutDirection
 *     :mouseButtons()                                     -> nQt_MouseButtons
 *     :overrideCursor()                                   -> oQCursor
 *     :palette()                                          -> oQPalette
 *     :( oQWidget )                                       -> oQPalette
 *     :( cClassName )                                     -> oQPalette
 *     :quitOnLastWindowClosed()                           -> lBool
 *     :restoreOverrideCursor()                            -> NIL
 *     :setActiveWindow( oQWidget )                        -> NIL
 *     :setColorSpec( nSpec )                              -> NIL
 *     :setCursorFlashTime( nInt )                         -> NIL
 *     :setDesktopSettingsAware( lOn )                     -> NIL
 *     :setDoubleClickInterval( nInt )                     -> NIL
 *     :setEffectEnabled( nEffect, lEnable )               -> NIL
 *     :setFont( oQFont, cClassName )                      -> NIL
 *     :setGlobalStrut( oQSize )                           -> NIL
 *     :setGraphicsSystem( cSystem )                       -> NIL
 *     :setKeyboardInputInterval( nInt )                   -> NIL
 *     :setLayoutDirection( nDirection )                   -> NIL
 *     :setOverrideCursor( oQCursor )                      -> NIL
 *     :setPalette( oQPalette, cClassName )                -> NIL
 *     :setQuitOnLastWindowClosed( lQuit )                 -> NIL
 *     :setStartDragDistance( nL )                         -> NIL
 *     :setStartDragTime( nMs )                            -> NIL
 *     :setStyle( oQStyle )                                -> NIL
 *     :( cStyle )                                         -> oQStyle
 *     :setWheelScrollLines( nInt )                        -> NIL
 *     :setWindowIcon( coQIcon )                           -> NIL
 *     :startDragDistance()                                -> nInt
 *     :startDragTime()                                    -> nInt
 *     :style()                                            -> oQStyle
 *     :syncX()                                            -> NIL
 *     :topLevelAt( oQPoint )                              -> oQWidget
 *     :( nX, nY )                                         -> oQWidget
 *     :type()                                             -> nType
 *     :wheelScrollLines()                                 -> nInt
 *     :widgetAt( oQPoint )                                -> oQWidget
 *     :( nX, nY )                                         -> oQWidget
 *     :windowIcon()                                       -> oQIcon
 *     :aboutQt()                                          -> NIL
 *     :closeAllWindows()                                  -> NIL
 *     :setStyleSheet( cSheet )                            -> 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: hbqtgui
 *  $END$
 */
