|
|
This class provides a dialog for selecting entries from the standard KDE address book. Use the getAddressee() function to open a modal dialog, returning an address book entry.
In the dialog you can select an entry from the list with the mouse or type in the first letters of the name or email address you are searching for. The entry matching best is automatically selected. Use double click, pressing return or pressing the ok button to return the selected addressee to the application.
AddresseeDialog ( QWidget *parent=0, bool multiple=false )
| AddresseeDialog |
Construct addressbook entry select dialog.
Parameters:
parent | parent widget |
~AddresseeDialog ()
| ~AddresseeDialog |
[virtual]
Destructor.
Addressee addressee ()
| addressee |
Return the address chosen.
If it is a multiple select, this will return only the first address chosen
Addressee::List addressees ()
| addressees |
Return the list of addresses chosen
Addressee getAddressee ( QWidget *parent )
| getAddressee |
[static]
Select a single address book entry.
Open addressee select dialog and return the entry selected by the user. If the user doesn't select an entry or presses cancel, the returned addressee is empty.
Addressee::List getAddressees ( QWidget *parent )
| getAddressees |
[static]
Select multiple adress book entries.
Open addressee select dialog and return the entries selected by the user. If the user doesn't select an entry or presses cancel, the returned addressee list is empty.
void addressBookChanged ()
| addressBookChanged |
[protected slots slot]
Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $. |