#include <QSplitterAdapter.h>
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 () |
void QSplitterAdapter::setHandlePosition | ( | int | position | ) |
Sets handle position.
position | the position |
void QSplitterAdapter::setOneTouchExpandable | ( | bool | oneTouchExpandable | ) |
Sets whether or not the comopnents of the split pane can be quickly expanded/collapsed.
oneTouchExpandable | true if expandable |
void QSplitterAdapter::setResizeWeight | ( | double | resizeWeight | ) |
Sets resize weight.
resizeWeight | the resize weight |
QSplitterHandle * QSplitterAdapter::createHandle | ( | ) | [protected] |