/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QKeySequence()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qkeysequence.html
 *  $ONELINER$
 *     Creates a new QKeySequence object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QKeySequence():new( ... )
 *     QKeySequence():from( pPtr_OR_oObj_of_type_QKeySequence )
 *     QKeySequence():configure( pPtr_OR_oObj_of_type_QKeySequence )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QKeySequence
 *  $METHODS$
 *     :count()                                            -> nUint
 *     :isEmpty()                                          -> lBool
 *     :matches( pSeq )                                    -> nSequenceMatch
 *     :toString( nFormat )                                -> cQString
 *     :keyBindings( nKey )                                -> pQList<QKeySequence>
 * 
 *  $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/TQKeySequence.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QKeySequence.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
