-
Notifications
You must be signed in to change notification settings - Fork 11
ListWidget
ben-sangster edited this page Nov 10, 2010
·
7 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 takeItemAt (int row)