|
|
Standard horizontal or vertical separator.
KSeparator (QWidget* parent=0, const char* name=0, WFlags f=0)
| KSeparator |
Constructor.
KSeparator (int orientation, QWidget* parent=0, const char* name=0,
WFlags f=0)
| KSeparator |
Constructor.
Parameters:
orientation | Set the orientation of the separator. Possible values are HLine or Horizontal and VLine or Vertical. |
int orientation ()
| orientation |
[const]
Returns the orientation of the separator.
Possible values are VLine and HLine.
void setOrientation (int orient)
| setOrientation |
Set the orientation of the separator to orient
Possible values are VLine and HLine.
QSize sizeHint ()
| sizeHint |
[const virtual]
The recommended height (width) for a horizontal (vertical) separator.
void drawFrame ( QPainter * )
| drawFrame |
[protected virtual]
Reimplemented from QFrame.
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]