addexistingdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addexistingdlgbase.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 ADDEXISTINGDLGBASE_H 00011 #define ADDEXISTINGDLGBASE_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 KProgress; 00022 class QGroupBox; 00023 class QLabel; 00024 class KSqueezedTextLabel; 00025 class QSplitter; 00026 00027 class AddExistingDlgBase : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 AddExistingDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~AddExistingDlgBase(); 00034 00035 QPushButton* okButton; 00036 QPushButton* cancelButton; 00037 KProgress* progressBar; 00038 QGroupBox* infoGroupBox; 00039 QLabel* directoryStaticLabel; 00040 QLabel* targetStaticLabel; 00041 KSqueezedTextLabel* directoryLabel; 00042 QLabel* targetLabel; 00043 QSplitter* splitter2; 00044 QPushButton* addAllButton; 00045 QPushButton* addSelectedButton; 00046 QGroupBox* sourceGroupBox; 00047 QPushButton* removeAllButton; 00048 QPushButton* removeSelectedButton; 00049 QGroupBox* destGroupBox; 00050 00051 protected: 00052 QGridLayout* AddExistingDlgBaseLayout; 00053 QHBoxLayout* layout10; 00054 QSpacerItem* buttonSpacer; 00055 QHBoxLayout* infoGroupBoxLayout; 00056 QVBoxLayout* infoLayout1; 00057 QVBoxLayout* infoLayout2; 00058 QVBoxLayout* layout12; 00059 QHBoxLayout* layout10_2; 00060 QSpacerItem* arrowSpacer1; 00061 QSpacerItem* arrowSpacer2; 00062 QVBoxLayout* sourceGroupBoxLayout; 00063 QVBoxLayout* layout13; 00064 QHBoxLayout* layout11; 00065 QSpacerItem* arrowSpacer1_2; 00066 QSpacerItem* arrowSpacer2_2; 00067 QVBoxLayout* destGroupBoxLayout; 00068 00069 protected slots: 00070 virtual void languageChange(); 00071 00072 }; 00073 00074 #endif // ADDEXISTINGDLGBASE_H