newcontactdlg.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef FORMNEWCONTACTDLG_H
00011 #define FORMNEWCONTACTDLG_H
00012
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QGroupBox;
00020 class QLabel;
00021 class QLineEdit;
00022 class QComboBox;
00023 class QPushButton;
00024
00025 class FormNewContactDlg : public QDialog
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 FormNewContactDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00031 ~FormNewContactDlg();
00032
00033 QGroupBox* groupBoxNewContact;
00034 QLabel* textLabelNewContactNumber;
00035 QLineEdit* lineEditNewContactNumber;
00036 QLabel* textLabelNewContactName;
00037 QComboBox* comboBoxNewContactType;
00038 QLabel* textLabelNewContactType;
00039 QLineEdit* lineEditNewContactName;
00040 QPushButton* pushButtonNewContactCancel;
00041 QPushButton* pushButtonNewContactOk;
00042
00043 public slots:
00044 virtual void readContact();
00045 virtual void closeDialog();
00046
00047 protected:
00048 QVBoxLayout* FormNewContactDlgLayout;
00049 QVBoxLayout* layout3;
00050 QVBoxLayout* groupBoxNewContactLayout;
00051 QGridLayout* layout1;
00052 QHBoxLayout* layout2;
00053
00054 protected slots:
00055 virtual void languageChange();
00056
00057 };
00058
00059 #endif // FORMNEWCONTACTDLG_H
Generated on Tue Aug 17 14:42:27 2004 for BluePhone by
1.3.7