vcs/cvsservice/tagdialogbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './tagdialogbase.ui' 00003 ** 00004 ** Created: Tue Oct 19 08:00:16 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 TAGDIALOGBASE_H 00011 #define TAGDIALOGBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QLineEdit; 00022 class QCheckBox; 00023 class QFrame; 00024 class QPushButton; 00025 00026 class TagDialogBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 TagDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~TagDialogBase(); 00033 00034 QLabel* textLabel1; 00035 QLineEdit* tagBranchEdit; 00036 QCheckBox* tagAsBranchCheck; 00037 QCheckBox* forceCheck; 00038 QFrame* line1; 00039 QPushButton* buttonOk; 00040 QPushButton* buttonCancel; 00041 00042 protected: 00043 QVBoxLayout* TagDialogBaseLayout; 00044 QHBoxLayout* layout3; 00045 QHBoxLayout* layout2; 00046 QSpacerItem* Horizontal_Spacing2; 00047 00048 protected slots: 00049 virtual void languageChange(); 00050 00051 }; 00052 00053 #endif // TAGDIALOGBASE_H