QSplitterAdapter Class Reference

QSplitter Adapter. More...

#include <QSplitterAdapter.h>

List of all members.

Public Member Functions

 QSplitterAdapter ()
 Constructs new QSplitterAdapter object.
void setHandlePosition (int position)
 Sets handle position.
void setOneTouchExpandable (bool oneTouchExpandable)
 Sets whether or not the comopnents of the split pane can be quickly expanded/collapsed.
void setResizeWeight (double resizeWeight)
 Sets resize weight.
void collapseFirst ()
 Collapses the first widget.
void collapseSecond ()
 Collapses the second widget.

Protected Member Functions

QSplitterHandle * createHandle ()


Detailed Description

QSplitter Adapter.

Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Version:
0.2.0

Member Function Documentation

void QSplitterAdapter::setHandlePosition ( int  position  ) 

Sets handle position.

Parameters:
position the position

void QSplitterAdapter::setOneTouchExpandable ( bool  oneTouchExpandable  ) 

Sets whether or not the comopnents of the split pane can be quickly expanded/collapsed.

Parameters:
oneTouchExpandable true if expandable

void QSplitterAdapter::setResizeWeight ( double  resizeWeight  ) 

Sets resize weight.

Parameters:
resizeWeight the resize weight

QSplitterHandle * QSplitterAdapter::createHandle (  )  [protected]


Copyright © 2007 ETF and contributors. All Rights Reserved.