parts/doctreeview/doctreeglobalconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './doctreeglobalconfigwidgetbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:21:06 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 DOCTREEVIEW_GLOBAL_CONFIG_WIDGET_H 00011 #define DOCTREEVIEW_GLOBAL_CONFIG_WIDGET_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QTabWidget; 00021 class KListView; 00022 class QListViewItem; 00023 class QPushButton; 00024 class QLabel; 00025 class QCheckBox; 00026 class KURLRequester; 00027 class KURLLabel; 00028 00029 class DocTreeGlobalConfigWidgetBase : public QWidget 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 DocTreeGlobalConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00035 ~DocTreeGlobalConfigWidgetBase(); 00036 00037 QTabWidget* TabWidget2; 00038 QWidget* tab; 00039 KListView* qtdocs_view; 00040 QPushButton* qtdocsadd_button; 00041 QPushButton* qtdocsedit_button; 00042 QPushButton* qtdocsremove_button; 00043 QLabel* qtdocdirLabel; 00044 QPushButton* kdocadd_button; 00045 QPushButton* kdocedit_button; 00046 QPushButton* kdocremove_button; 00047 QLabel* qtdocdirLabel_2_2; 00048 KListView* kdoc_view; 00049 QLabel* qtdocdirLabel_2; 00050 KListView* doxygen_view; 00051 QPushButton* doxygenadd_button; 00052 QPushButton* doxygenedit_button; 00053 QPushButton* doxygenremove_button; 00054 QWidget* tab_2; 00055 QCheckBox* indexKDevelopBox; 00056 QCheckBox* indexQtBox; 00057 QCheckBox* indexKdelibsBox; 00058 QCheckBox* indexBooksBox; 00059 QCheckBox* indexBookmarksBox; 00060 QPushButton* PushButton1; 00061 QLabel* htmergebinLabel; 00062 QLabel* htdigbinLabel; 00063 QLabel* htsearchbinLabel; 00064 KURLRequester* htdigbinEdit; 00065 KURLRequester* htmergebinEdit; 00066 KURLRequester* htsearchbinEdit; 00067 QWidget* tab_3; 00068 KListView* bListView; 00069 QPushButton* pushAdd; 00070 QPushButton* pushEdit; 00071 QPushButton* pushRemove; 00072 QWidget* tab_4; 00073 KListView* extListView; 00074 QPushButton* extAddButton; 00075 QPushButton* extEditButton; 00076 QPushButton* extRemoveButton; 00077 QPushButton* extEnableButton; 00078 QPushButton* extDisableButton; 00079 QWidget* tab_5; 00080 QPushButton* dhEditButton; 00081 QPushButton* dhEnableButton; 00082 QPushButton* dhAddButton; 00083 QPushButton* dhDisableButton; 00084 QPushButton* dhRemoveButton; 00085 QLabel* textLabel1; 00086 QPushButton* dhScanButton; 00087 KURLRequester* dhURL; 00088 KListView* dhListView; 00089 KURLLabel* urlDownload; 00090 00091 protected: 00092 QGridLayout* doctreeview_global_config_widgetLayout; 00093 QGridLayout* tabLayout; 00094 QGridLayout* layout11; 00095 QVBoxLayout* layout10; 00096 QSpacerItem* spacer9_2; 00097 QGridLayout* layout17; 00098 QVBoxLayout* layout16; 00099 QSpacerItem* spacer10_2_2; 00100 QGridLayout* layout13; 00101 QVBoxLayout* layout12; 00102 QSpacerItem* spacer10_2; 00103 QGridLayout* tabLayout_2; 00104 QSpacerItem* Spacer6; 00105 QSpacerItem* spacer9; 00106 QSpacerItem* Spacer5; 00107 QHBoxLayout* Layout3; 00108 QSpacerItem* Spacer7; 00109 QSpacerItem* Spacer8; 00110 QGridLayout* tabLayout_3; 00111 QSpacerItem* spacer10; 00112 QGridLayout* tabLayout_4; 00113 QSpacerItem* spacer11; 00114 QSpacerItem* spacer8; 00115 QGridLayout* tabLayout_5; 00116 QSpacerItem* spacer11_2; 00117 QSpacerItem* spacer8_2; 00118 00119 protected slots: 00120 virtual void languageChange(); 00121 00122 virtual void addBookmarkClicked(); 00123 virtual void removeBookmarkClicked(); 00124 virtual void updateIndexClicked(); 00125 virtual void extEdit(); 00126 virtual void extEnable(); 00127 virtual void extDisable(); 00128 virtual void qtdocsadd_button_clicked(); 00129 virtual void qtdocsremove_button_clicked(); 00130 virtual void doxygenadd_button_clicked(); 00131 virtual void doxygenremove_button_clicked(); 00132 virtual void kdocadd_button_clicked(); 00133 virtual void kdocremove_button_clicked(); 00134 virtual void qtdocsedit_button_clicked(); 00135 virtual void doxygenedit_button_clicked(); 00136 virtual void kdocedit_button_clicked(); 00137 virtual void pushEdit_clicked(); 00138 virtual void extAddButton_clicked(); 00139 virtual void extRemoveButton_clicked(); 00140 virtual void dhDisableButton_clicked(); 00141 virtual void dhEnableButton_clicked(); 00142 virtual void dhRemoveButton_clicked(); 00143 virtual void dhEditButton_clicked(); 00144 virtual void dhAddButton_clicked(); 00145 virtual void dhScanButton_clicked(); 00146 00147 00148 }; 00149 00150 #endif // DOCTREEVIEW_GLOBAL_CONFIG_WIDGET_H