buildtools/autotools/addexistingdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addexistingdlgbase.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:57:28 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 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 QGroupBox; 00021 class QLabel; 00022 class KSqueezedTextLabel; 00023 class QSplitter; 00024 class QPushButton; 00025 class KProgress; 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 QGroupBox* infoGroupBox; 00036 QLabel* directoryStaticLabel; 00037 QLabel* targetStaticLabel; 00038 KSqueezedTextLabel* directoryLabel; 00039 QLabel* targetLabel; 00040 QSplitter* Splitter2; 00041 QGroupBox* sourceGroupBox; 00042 QPushButton* addAllButton; 00043 QPushButton* addSelectedButton; 00044 QLabel* destStaticLabel; 00045 KSqueezedTextLabel* destLabel; 00046 QGroupBox* destGroupBox; 00047 QPushButton* removeAllButton; 00048 QPushButton* removeSelectedButton; 00049 KProgress* progressBar; 00050 QPushButton* okButton; 00051 QPushButton* cancelButton; 00052 00053 protected: 00054 QVBoxLayout* AddExistingDlgBaseLayout; 00055 QHBoxLayout* infoGroupBoxLayout; 00056 QVBoxLayout* infoLayout1; 00057 QVBoxLayout* infoLayout2; 00058 QHBoxLayout* Layout11; 00059 QVBoxLayout* sourceGroupBoxLayout; 00060 QVBoxLayout* Layout10; 00061 QSpacerItem* arrowSpacer1; 00062 QSpacerItem* arrowSpacer2; 00063 QHBoxLayout* Layout13; 00064 QVBoxLayout* Layout9; 00065 QHBoxLayout* Layout8; 00066 QVBoxLayout* destGroupBoxLayout; 00067 QVBoxLayout* Layout10_2; 00068 QSpacerItem* arrowSpacer1_2; 00069 QSpacerItem* arrowSpacer2_2; 00070 QHBoxLayout* layout10; 00071 QSpacerItem* buttonSpacer; 00072 00073 protected slots: 00074 virtual void languageChange(); 00075 00076 }; 00077 00078 #endif // ADDEXISTINGDLGBASE_H