|
Public Slots |
void | insertItem (QListBoxItem *item) |
| Inserts an item to the listbox.
|
void | insertItem (const QString &text) |
| Inserts an item to the listbox.
|
virtual void | moveDown () |
| Moves current item downwards.
|
virtual void | moveUp () |
| Moves current item upwards.
|
void | removeSelected () |
| Removes the selected item from listbox.
|
Public Member Functions |
const QPushButton * | downButton () |
| Returns pointer to the "down" button.
|
const QListBox * | listBox () |
| Returns pointer to the QListBox object.
|
const QPushButton * | upButton () |
| Returns pointer to the "up" button.
|
Protected Slots |
virtual void | onClicked (QListBoxItem *) |
| Slot invoked when the listbox is clicked.
|