buildtools/autotools/removefiledlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './removefiledlgbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:33:20 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 REMOVEFILEDLGBASE_H 00011 #define REMOVEFILEDLGBASE_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 QPushButton; 00021 class QGroupBox; 00022 class QLabel; 00023 class QCheckBox; 00024 00025 class RemoveFileDlgBase : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 RemoveFileDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~RemoveFileDlgBase(); 00032 00033 QPushButton* removeButton; 00034 QPushButton* cancelButton; 00035 QGroupBox* fileGroupBox; 00036 QLabel* removeLabel; 00037 QCheckBox* removeCheckBox; 00038 QLabel* noticeLabel; 00039 QGroupBox* targetBox; 00040 QLabel* targetLabel; 00041 QLabel* directoryStaticLabel; 00042 QLabel* targetStaticLabel; 00043 QLabel* directoryLabel; 00044 00045 protected: 00046 QGridLayout* RemoveFileDlgBaseLayout; 00047 QHBoxLayout* layout4; 00048 QSpacerItem* buttonSpacer; 00049 QVBoxLayout* fileGroupBoxLayout; 00050 QVBoxLayout* fileLayout; 00051 QGridLayout* targetBoxLayout; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 }; 00057 00058 #endif // REMOVEFILEDLGBASE_H