class KSeparator

Standard horizontal or vertical separator. More...

Definition#include <kseparator.h>
InheritsQFrame
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Standard horizontal or vertical separator.

KSeparator (QWidget* parent=0, const char* name=0, WFlags f=0)

Constructor.

KSeparator (int orientation, QWidget* parent=0, const char* name=0, WFlags f=0)

Constructor.

Parameters:
orientationSet the orientation of the separator. Possible values are HLine and VLine.

int orientation ()
[const]

Retreive the orientation of the separator.

Possible values are VLine and HLine.

void setOrientation (int)

Set the orientation of the separator.

Possible values are VLine and HLine.

QSize sizeHint ()
[const virtual]

The recommended height (width) for a horizontal (vertical) separator.