#include <kseparator.h>
Public Methods | |
| KSeparator (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| KSeparator (int orientation, QWidget *parent=0, const char *name=0, WFlags f=0) | |
| int | orientation () const |
| void | setOrientation (int orient) |
| virtual QSize | sizeHint () const |
Definition at line 31 of file kseparator.h.
|
||||||||||||||||
|
Constructor. |
|
||||||||||||||||||||
|
Constructor.
|
|
|
Returns the orientation of the separator. Possible values are VLine and HLine. |
|
|
Set the orientation of the separator to Possible values are VLine and HLine. |
|
|
The recommended height (width) for a horizontal (vertical) separator. |
1.2.18