removetargetdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './removetargetdlgbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:11:32 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 REMOVETARGETDLGBASE_H 00011 #define REMOVETARGETDLGBASE_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 QGroupBox; 00021 class KSqueezedTextLabel; 00022 class QLabel; 00023 class QCheckBox; 00024 class KListBox; 00025 class QListBoxItem; 00026 class KProgress; 00027 class QPushButton; 00028 00029 class RemoveTargetDlgBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 RemoveTargetDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~RemoveTargetDlgBase(); 00036 00037 QGroupBox* targetBox; 00038 KSqueezedTextLabel* directoryLabel; 00039 QLabel* targetLabel; 00040 QLabel* directoryStaticLabel; 00041 QLabel* targetStaticLabel; 00042 QGroupBox* fileGroupBox; 00043 QLabel* removeLabel; 00044 QCheckBox* removeCheckBox; 00045 QLabel* textLabel; 00046 QGroupBox* groupBox3; 00047 KListBox* dependencyListBox; 00048 KProgress* progressBar; 00049 QPushButton* removeButton; 00050 QPushButton* cancelButton; 00051 00052 protected: 00053 QGridLayout* RemoveTargetDlgBaseLayout; 00054 QSpacerItem* Spacer2; 00055 QGridLayout* targetBoxLayout; 00056 QGridLayout* fileGroupBoxLayout; 00057 QGridLayout* groupBox3Layout; 00058 QHBoxLayout* buttonLayout; 00059 QSpacerItem* buttonSpacer; 00060 00061 protected slots: 00062 virtual void languageChange(); 00063 00064 }; 00065 00066 #endif // REMOVETARGETDLGBASE_H