addresspicker.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef ADDRESSPICKERUI_H
00011
#define ADDRESSPICKERUI_H
00012
00013
#include <qvariant.h>
00014
#include <qwidget.h>
00015
00016
class QVBoxLayout;
00017
class QHBoxLayout;
00018
class QGridLayout;
00019
class QSpacerItem;
00020
class KListView;
00021
class QListViewItem;
00022
class KPushButton;
00023
class QPushButton;
00024
class QLabel;
00025
class QLineEdit;
00026
00027
class AddressPickerUI :
public QWidget
00028 {
00029 Q_OBJECT
00030
00031
public:
00032 AddressPickerUI(
QWidget* parent = 0,
const char* name = 0, WFlags fl = 0 );
00033 ~AddressPickerUI();
00034
00035 KListView* mAvailableView;
00036 KPushButton* mToButton;
00037 KPushButton* mCCButton;
00038 KPushButton* mBCCButton;
00039 KPushButton* mRemoveButton;
00040
QPushButton* mSaveAs;
00041
QLabel* textLabel2;
00042
QLabel* textLabel1;
00043
QLabel* TextLabel2;
00044
QLineEdit* mFilterEdit;
00045 KListView* mSelectedView;
00046
00047
protected:
00048
QGridLayout* AddressPickerUILayout;
00049
QVBoxLayout* layout10;
00050
QSpacerItem* spacer1;
00051
QSpacerItem* spacer2;
00052
QSpacerItem* spacer2_2;
00053
QHBoxLayout* layout1;
00054
00055
protected slots:
00056
virtual void languageChange();
00057
00058 };
00059
00060
#endif // ADDRESSPICKERUI_H
This file is part of the documentation for libkdepim Library Version 3.3.0.