forked from dmzgroup/js
-
Notifications
You must be signed in to change notification settings - Fork 1
ListWidget
ben-sangster edited this page Feb 9, 2011
·
8 revisions
A class used to keep a list of items.
currentItemChanged (ListWidgetItem current, ListWidgetItem previous)
currentRowChanged (int value)
currentTextChanged (String value)
itemActivated (ListWidgetItem item)
void addItem (String text)
- Add text to list
ListWidgetItem currentItem ()
- Return current item
ListWidgetItem[] findItems (String pattern, MatchFlag flags)
void clear ()
int count ()
ListWidgetItem item (int row, [ListWidgetItem item])
int row (ListWidgetItem item)
ListWidgetItem takeItem (int row)
bool removeItem (ListWidgetItem)