
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QObject()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qobject.html
 *  $ONELINER$
 *     Creates a new QObject object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QObject( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QObject
 *  $METHODS$
 *     :blockSignals( lBlock )                             -> lBool
 *     :dumpObjectInfo()                                   -> NIL
 *     :dumpObjectTree()                                   -> NIL
 *     :dynamicPropertyNames()                             -> oQList_QByteArray>
 *     :event( oQEvent )                                   -> lBool
 *     :eventFilter( oQObject, oQEvent )                   -> lBool
 *     :inherits( cClassName )                             -> lBool
 *     :installEventFilter( oQObject )                     -> NIL
 *     :isWidgetType()                                     -> lBool
 *     :killTimer( nId )                                   -> NIL
 *     :moveToThread( oQThread )                           -> NIL
 *     :objectName()                                       -> cQString
 *     :parent()                                           -> oQObject
 *     :property( cName )                                  -> oQVariant
 *     :removeEventFilter( oQObject )                      -> NIL
 *     :setObjectName( cName )                             -> NIL
 *     :setParent( oQObject )                              -> NIL
 *     :setProperty( cName, oQVariant )                    -> lBool
 *     :signalsBlocked()                                   -> lBool
 *     :startTimer( nInterval )                            -> nInt
 *     :thread()                                           -> oQThread
 *     :tr( cSourceText, cDisambiguation, nN )             -> cQString
 *     :trUtf8( cSourceText, cDisambiguation, nN )         -> cQString
 *     :deleteLater()                                      -> 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: hbqtcore
 *  $END$
 */
