
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QSplitter()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qsplitter.html
 *  $ONELINER$
 *     Creates a new QSplitter object.
 *  $INHERITS$
 *     QFrame
 *  $SYNTAX$
 *     QSplitter( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QSplitter
 *  $METHODS$
 *     :addWidget( oQWidget )                              -> NIL
 *     :childrenCollapsible()                              -> lBool
 *     :count()                                            -> nInt
 *     :getRange( nIndex, @nMin, @nMax )                   -> NIL
 *     :handleWidth()                                      -> nInt
 *     :indexOf( oQWidget )                                -> nInt
 *     :insertWidget( nIndex, oQWidget )                   -> NIL
 *     :isCollapsible( nIndex )                            -> lBool
 *     :opaqueResize()                                     -> lBool
 *     :orientation()                                      -> nQt_Orientation
 *     :refresh()                                          -> NIL
 *     :restoreState( oQByteArray )                        -> lBool
 *     :saveState()                                        -> oQByteArray
 *     :setChildrenCollapsible( lBool )                    -> NIL
 *     :setCollapsible( nIndex, lCollapse )                -> NIL
 *     :setHandleWidth( nInt )                             -> NIL
 *     :setOpaqueResize( lOpaque )                         -> NIL
 *     :setOrientation( nQt::Orientation )                 -> NIL
 *     :setStretchFactor( nIndex, nStretch )               -> NIL
 *     :sizes()                                            -> oQList_int>
 *     :widget( nIndex )                                   -> oQWidget
 * 
 *  $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$
 */
