vcs/cvsservice/cvsformbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './cvsformbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:37:09 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef CVSFORMBASE_H 00011 #define CVSFORMBASE_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 QLabel; 00021 class QLineEdit; 00022 class QComboBox; 00023 class QCheckBox; 00024 00025 class CvsFormBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 CvsFormBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~CvsFormBase(); 00032 00033 QLabel* TextLabel5; 00034 QLineEdit* module_edit; 00035 QLineEdit* vendor_edit; 00036 QLabel* TextLabel3; 00037 QLabel* TextLabel2; 00038 QLabel* TextLabel4; 00039 QLineEdit* message_edit; 00040 QLineEdit* release_edit; 00041 QLabel* TextLabel1; 00042 QLineEdit* serverPathEdit; 00043 QLabel* TextLabel1_2; 00044 QComboBox* cvsRshComboBox; 00045 QCheckBox* init_check; 00046 00047 protected: 00048 QGridLayout* CvsFormBaseLayout; 00049 QSpacerItem* spacer1; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 }; 00055 00056 #endif // CVSFORMBASE_H