Skip to content
ben-sangster edited this page Nov 10, 2010 · 7 revisions

Description

A class used to keep a list of items.

Signals

currentItemChanged (ListWidgetItem current, ListWidgetItem previous)

currentRowChanged (int value)

currentTextChanged (String value)

itemActivated (ListWidgetItem item)

Function Calls

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)

API

listWidget

Clone this wiki locally