vcs/cvsservice/checkoutdialogbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './checkoutdialogbase.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 CHECKOUTDIALOGBASE_H 00011 #define CHECKOUTDIALOGBASE_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 KURLRequester; 00023 class QLineEdit; 00024 class QCheckBox; 00025 class KListView; 00026 class QListViewItem; 00027 class QPushButton; 00028 00029 class CheckoutDialogBase : public QWidget 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 CheckoutDialogBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00035 ~CheckoutDialogBase(); 00036 00037 QGroupBox* groupBox1; 00038 QLabel* textLabel1_2; 00039 KURLRequester* workURLRequester; 00040 QLabel* textLabel1; 00041 QLineEdit* cvsRshEdit; 00042 QLineEdit* serverPathLineEdit; 00043 QLabel* textLabel2; 00044 QGroupBox* groupBox2; 00045 QLabel* textLabel1_4; 00046 QLabel* textLabel1_3; 00047 QLineEdit* tagEdit; 00048 QLineEdit* moduleEdit; 00049 QCheckBox* pruneDirsCheck; 00050 KListView* modulesListView; 00051 QPushButton* fetchModulesButton; 00052 00053 protected: 00054 QVBoxLayout* CheckoutDialogBaseLayout; 00055 QVBoxLayout* groupBox1Layout; 00056 QGridLayout* layout4; 00057 QVBoxLayout* groupBox2Layout; 00058 QGridLayout* layout5; 00059 QSpacerItem* spacer4; 00060 QHBoxLayout* layout5_2; 00061 QSpacerItem* spacer4_2; 00062 00063 protected slots: 00064 virtual void languageChange(); 00065 00066 }; 00067 00068 #endif // CHECKOUTDIALOGBASE_H