|
|
You need to inherit from this class if you want to implement K*NumInput for a different variable type
|
Default constructor
|
Parameters:
~ |
void |
[virtual]
Set the text and alignment of the main description label.
The vertical alignment flags have special meaning with this widget:
AlignTop
The label is placed above the edit/slider
AlignVCenter
The label is placed left beside the edit
AlignBottom
The label is placed below the edit/slider
Parameters:
void |
Set the spacing of tickmarks for the slider.
Parameters:
QSizePolicy |
[const]
Specifie that this widget may stretch horizontally, but is fixed vertically (like QSpinBox itself).
QSize |
[const virtual]
Return a size which fits the contents of the control.
Returns: the preferred size necessary to show the control
void |
[protected]
Call this function whenever you change something in the geometry of your KNumInput child.
void |
[protected pure virtual]
You need to overwrite this method and implement yourlayout calculations there.
See KIntNumInput / KDoubleNumInput implementation for details.
KNumInput* |
[protected]
KNumInput* |
[protected]
int |
[protected]
int |
[protected]
QLabel* |
[protected]
QSlider* |
[protected]
QSize |
[protected]
QSize |
[protected]
int |
[protected]
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:47 2000, using kdoc 2.0a42. |