Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

newcontactdlg.h

00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file '/home/noopy/bluephone/src/newcontactdlg.ui' 00003 ** 00004 ** Created: Tue Aug 17 13:06:38 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.2.3 edited May 19 14:22 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 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 doxygen 1.3.7