kabc
22#ifndef KABC_ADDRESSLINEEDIT_H
23#define KABC_ADDRESSLINEEDIT_H
25#include "kabc_export.h"
26#include <kcompletion.h>
28#include <QtCore/QObject>
67 virtual void setFont(
const QFont &font );
81 void enableCompletion(
bool enable );
88 virtual void loadAddresses();
99 void addAddress(
const QString &addr );
109 virtual void keyPressEvent( QKeyEvent *e );
123 virtual void dropEvent( QDropEvent *e );
133 virtual void paste();
144 virtual void insert(
const QString &addr );
156 virtual void mouseReleaseEvent( QMouseEvent *e );
162 void doCompletion(
bool );
168 Q_PRIVATE_SLOT( d,
void slotCompletion() )
169 Q_PRIVATE_SLOT( d,
void slotPopupCompletion(
const QString &completion ) )
A lineedit with kabc completion.
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.