#include <addresslineedit.h>
Inheritance diagram for KABC::AddressLineEdit:

Public Slots | |
| void | cursorAtEnd () |
| void | enableCompletion (bool enable) |
Public Methods | |
| virtual void | setFont (const QFont &) |
Protected Methods | |
| virtual void | loadAddresses () |
| virtual void | keyPressEvent (QKeyEvent *) |
| virtual void | dropEvent (QDropEvent *e) |
This lineedit is supposed to be used wherever the user types email addresses and might want a completion. You can simply use it as a replacement for KLineEdit or QLineEdit.
You can enable or disable the lineedit at any time.
Definition at line 48 of file addresslineedit.h.
|
|
Set cursor to end of line. Reimplemented from KLineEdit. |
|
|
Re-implemented to handle URI drops. See QLineEdit::dropEvent(). Reimplemented from KLineEdit. |
|
|
Toggle completion. |
|
|
Re-implemented for internal reasons. API not affected. See QLineEdit::keyPressEvent(). Reimplemented from KLineEdit. |
|
|
Always call AddressLineEdit::loadAddresses() as the first thing. Use addAddress() to add addresses. |
|
|
Reimplented for internal reasons. @ see KLineEdit::setFont() |
1.2.18