libkdepim
addresspicker.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addresspicker.ui' 00003 ** 00004 ** Created: Sat Aug 23 09:55:27 2008 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 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 QLabel; 00024 class QLineEdit; 00025 class QPushButton; 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 QLabel* textLabel2; 00041 QLabel* textLabel1; 00042 QLabel* TextLabel2; 00043 QLineEdit* mFilterEdit; 00044 KListView* mSelectedView; 00045 QPushButton* mSaveAs; 00046 QPushButton* mLdapSearch; 00047 00048 protected: 00049 QGridLayout* AddressPickerUILayout; 00050 QVBoxLayout* layout10; 00051 QSpacerItem* spacer1; 00052 QSpacerItem* spacer2; 00053 QSpacerItem* spacer2_2; 00054 QHBoxLayout* layout1; 00055 00056 protected slots: 00057 virtual void languageChange(); 00058 00059 }; 00060 00061 #endif // ADDRESSPICKERUI_H