From 47e60a8dc20f46dd00b9405f7fde122792018627 Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 18 Oct 2002 15:42:57 +0000 Subject: First attempt of new find entry field.. It still needs some finetuning ! --- (limited to 'core/pim/addressbook/addressbook.h') diff --git a/core/pim/addressbook/addressbook.h b/core/pim/addressbook/addressbook.h index bf36407..b7cf355 100644 --- a/core/pim/addressbook/addressbook.h +++ b/core/pim/addressbook/addressbook.h @@ -20,9 +20,14 @@ #ifndef Addressbook_H #define Addressbook_H +// Remove this for OPIE releae 1.0 ! +#define __DEBUG_RELEASE + #include #include #include +#include +#include "ofloatbar.h" class ContactEditor; class AbLabel; @@ -57,6 +62,9 @@ public slots: void reload(); void appMessage(const QCString &, const QByteArray &); void setDocument( const QString & ); +#ifdef __DEBUG_RELEASE + void slotSave(); +#endif private slots: void importvCard(); @@ -71,12 +79,16 @@ private slots: void writeMail(); void slotBeam(); void beamDone( Ir * ); - void slotFind(); void slotSetCategory( int ); void slotSetLetter( char ); void slotUpdateToolbar(); void slotSetFont(int); + void slotFindOpen(); + void slotFindClose(); + void slotFind(); + void slotFindNext(); + private: void initFields(); // inititialize our fields... AbLabel *abView(); @@ -94,6 +106,9 @@ private: AbTable *abList; QWidget *listContainer; + OFloatBar* searchBar; + QLineEdit* searchEdit; + QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, *actionPersonal, *actionMail; bool bAbEditFirstTime; -- cgit v0.9.0.2