| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
The QSpeedDialList class provides a list widget for editing Speed Dial entries. More...
#include <QSpeedDialList>
Inherits QListView.
The QSpeedDialList class provides a list widget for editing Speed Dial entries.
If you need a dialog that allows the user to select a spot to insert an already selected action (for example, adding a QContact's phone number to Speed Dial list), use QSpeedDial::addWithDialog().
Use editItem() to edit selected entry. This will open QtopiaServiceSelector which provides a list of predefined services.
Use clearItem() to remove the entry.

See also QSpeedDial and QtopiaServiceSelector.
This property holds the number of rows in the list.
Access functions:
This property holds the input required for the currently selected Speed Dial entry if exists; otherwise returns an empty string.
Access functions:
This property holds the currently selected row number.
Access functions:
Constructs a QSpeedDialList object with the given parent.
Destroys the QSpeedDialList object.
Removes the Speed Dial entry in the list at row.
This is an overloaded member function, provided for convenience.
Removes the Speed Dial entry at the currently selected row.
This signal is emitted whenever the user selects a different row (either with the keypad or the mouse).
Edits the Speed Dial entry at row.
Presents the a QtopiaServiceSelector for the user to select an service performed when the input at row is triggered.
See also QtopiaServiceSelector.
This is an overloaded member function, provided for convenience.
Edits the Speed Dial entry at the currently selected row.
Returns true if blank items have a "Set..." option, even if setActionChooserEnabled() has been called.
See also setBlankSetEnabled().
This signal is emitted whenever the user selects the item with the specified input string.
Forces the entry for Speed Dial at input to be refreshed from the source.
This signal is emitted whenever the user either clicks on a different row with the mouse, or presses the keypad Select key while a row is selected.
Returns the input required to trigger the Speed Dial entry at row.
If on, makes blank items have a "Set..." option, even if setActionChooserEnabled() has been called with the inverse of on as its parameter.
See also isBlankSetEnabled().
Selects the row from the list that corresponds to the Speed Dial input.
See also currentInput().
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |