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