cvsoptionswidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './cvsoptionswidgetbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:59:05 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef CVSOPTIONSWIDGET_H 00011 #define CVSOPTIONSWIDGET_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 QGroupBox; 00021 class QLabel; 00022 class QLineEdit; 00023 class QCheckBox; 00024 class KIntNumInput; 00025 00026 class CvsOptionsWidgetBase : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 CvsOptionsWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~CvsOptionsWidgetBase(); 00033 00034 QGroupBox* groupBox4; 00035 QLabel* m_rshLabel; 00036 QLineEdit* cvsRshEnvVarEdit; 00037 QLabel* textLabel1_2; 00038 QLineEdit* serverLocationEdit; 00039 QGroupBox* groupBox1; 00040 QCheckBox* createNewDirWhenUpdateCheck; 00041 QCheckBox* pruneEmptyDirWhenUpdateCheck; 00042 QCheckBox* recursiveWhenUpdateCheck; 00043 QGroupBox* groupBox2; 00044 QCheckBox* recursiveWhenCommitRemoveCheck; 00045 QGroupBox* groupBox3; 00046 QLineEdit* diffOptionsEdit; 00047 QLabel* m_diffLabel; 00048 KIntNumInput* contextLinesInput; 00049 QLabel* textLabel1; 00050 00051 protected: 00052 QVBoxLayout* cvsOptionsWidgetLayout; 00053 QVBoxLayout* groupBox4Layout; 00054 QVBoxLayout* groupBox1Layout; 00055 QVBoxLayout* groupBox2Layout; 00056 QGridLayout* groupBox3Layout; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // CVSOPTIONSWIDGET_H