
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QStyleOptionSlider()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qstyleoptionslider.html
 *  $ONELINER$
 *     Creates a new QStyleOptionSlider object.
 *  $INHERITS$
 *     QStyleOptionComplex
 *  $SYNTAX$
 *     QStyleOptionSlider( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QStyleOptionSlider
 *  $METHODS$
 *     :dialWrapping()                                     -> lBool
 *     :maximum()                                          -> nInt
 *     :minimum()                                          -> nInt
 *     :notchTarget()                                      -> nQreal
 *     :orientation()                                      -> nQt_Orientation
 *     :pageStep()                                         -> nInt
 *     :singleStep()                                       -> nInt
 *     :sliderPosition()                                   -> nInt
 *     :sliderValue()                                      -> nInt
 *     :tickInterval()                                     -> nInt
 *     :tickPosition()                                     -> nQSlider_TickPosition
 *     :upsideDown()                                       -> lBool
 * 
 *  $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$
 */
