class KListSpinBox
|
The KNumericSpinBox Widget cycles trough a supplied list of items
you can use it to let the user select things like day of week,
month' or somethings like that. More... |
|
|
Public Members
Public Slots
- void slotIncrease ()
- void slotDecrease ()
Detailed Description
The KNumericSpinBox Widget cycles trough a supplied list of items
you can use it to let the user select things like day of week,
month' or somethings like that.
look into testkspinbox.cc for samples
KListSpinBox (QStrList *list,QWidget *parent=0,const char *name=0,int align=AlignLeft)
|
called if you create a KListSpinBox widget
called if you destroy a KListSpinBox widget
void setIndex (unsigned int index)
|
set the index of the list item to be shown
get the index of currently displayed list item
Generated by: root@porky.devel.redhat.com on Tue Mar 14 00:20:58 200. |