copytodlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './copytodlgbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:01:57 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 COPYTODIALOGBASE_H 00011 #define COPYTODIALOGBASE_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 QListBox; 00022 class QListBoxItem; 00023 class KLineEdit; 00024 class QPushButton; 00025 class QButtonGroup; 00026 class QRadioButton; 00027 00028 class CopyToDialogBase : public QDialog 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 CopyToDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~CopyToDialogBase(); 00035 00036 QLabel* textLabel1; 00037 QListBox* fileList; 00038 QLabel* textLabel2; 00039 KLineEdit* url_line; 00040 QPushButton* url_button; 00041 QButtonGroup* buttonGroup1; 00042 QRadioButton* traditional; 00043 QRadioButton* relative; 00044 QPushButton* okbutton; 00045 QPushButton* cancelbutton; 00046 00047 protected: 00048 QVBoxLayout* CopyToDialogBaseLayout; 00049 QHBoxLayout* layout2; 00050 QVBoxLayout* buttonGroup1Layout; 00051 QHBoxLayout* layout1; 00052 QSpacerItem* spacer1; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 }; 00058 00059 #endif // COPYTODIALOGBASE_H