KDevelop API Documentation

parts/doctreeview/doctreeglobalconfigwidgetbase.cpp

Go to the documentation of this file.
00001 #include <kdialog.h> 00002 #include <klocale.h> 00003 /**************************************************************************** 00004 ** Form implementation generated from reading ui file './doctreeglobalconfigwidgetbase.ui' 00005 ** 00006 ** Created: Tue Oct 19 07:49:59 2004 00007 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00008 ** 00009 ** WARNING! All changes made in this file will be lost! 00010 ****************************************************************************/ 00011 00012 #include "doctreeglobalconfigwidgetbase.h" 00013 00014 #include <qvariant.h> 00015 #include <kdialog.h> 00016 #include <qpushbutton.h> 00017 #include <qtabwidget.h> 00018 #include <qheader.h> 00019 #include <klistview.h> 00020 #include <qlabel.h> 00021 #include <qcheckbox.h> 00022 #include <kurlrequester.h> 00023 #include <kurllabel.h> 00024 #include <qlayout.h> 00025 #include <qtooltip.h> 00026 #include <qwhatsthis.h> 00027 00028 /* 00029 * Constructs a DocTreeGlobalConfigWidgetBase as a child of 'parent', with the 00030 * name 'name' and widget flags set to 'f'. 00031 */ 00032 DocTreeGlobalConfigWidgetBase::DocTreeGlobalConfigWidgetBase( QWidget* parent, const char* name, WFlags fl ) 00033 : QWidget( parent, name, fl ) 00034 { 00035 if ( !name ) 00036 setName( "doctreeview_global_config_widget" ); 00037 doctreeview_global_config_widgetLayout = new QGridLayout( this, 1, 1, 0, 0, "doctreeview_global_config_widgetLayout"); 00038 00039 TabWidget2 = new QTabWidget( this, "TabWidget2" ); 00040 00041 tab = new QWidget( TabWidget2, "tab" ); 00042 tabLayout = new QGridLayout( tab, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "tabLayout"); 00043 00044 layout11 = new QGridLayout( 0, 1, 1, 0, KDialog::spacingHint(), "layout11"); 00045 00046 qtdocs_view = new KListView( tab, "qtdocs_view" ); 00047 qtdocs_view->setFocusPolicy( KListView::WheelFocus ); 00048 00049 layout11->addWidget( qtdocs_view, 1, 0 ); 00050 00051 layout10 = new QVBoxLayout( 0, 0, KDialog::spacingHint(), "layout10"); 00052 00053 qtdocsadd_button = new QPushButton( tab, "qtdocsadd_button" ); 00054 qtdocsadd_button->setAutoDefault( TRUE ); 00055 layout10->addWidget( qtdocsadd_button ); 00056 00057 qtdocsedit_button = new QPushButton( tab, "qtdocsedit_button" ); 00058 qtdocsedit_button->setAutoDefault( TRUE ); 00059 layout10->addWidget( qtdocsedit_button ); 00060 00061 qtdocsremove_button = new QPushButton( tab, "qtdocsremove_button" ); 00062 qtdocsremove_button->setAutoDefault( TRUE ); 00063 layout10->addWidget( qtdocsremove_button ); 00064 spacer9_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00065 layout10->addItem( spacer9_2 ); 00066 00067 layout11->addLayout( layout10, 1, 1 ); 00068 00069 qtdocdirLabel = new QLabel( tab, "qtdocdirLabel" ); 00070 00071 layout11->addMultiCellWidget( qtdocdirLabel, 0, 0, 0, 1 ); 00072 00073 tabLayout->addLayout( layout11, 0, 0 ); 00074 00075 layout17 = new QGridLayout( 0, 1, 1, 0, KDialog::spacingHint(), "layout17"); 00076 00077 layout16 = new QVBoxLayout( 0, 0, KDialog::spacingHint(), "layout16"); 00078 00079 kdocadd_button = new QPushButton( tab, "kdocadd_button" ); 00080 kdocadd_button->setAutoDefault( TRUE ); 00081 layout16->addWidget( kdocadd_button ); 00082 00083 kdocedit_button = new QPushButton( tab, "kdocedit_button" ); 00084 kdocedit_button->setAutoDefault( TRUE ); 00085 layout16->addWidget( kdocedit_button ); 00086 00087 kdocremove_button = new QPushButton( tab, "kdocremove_button" ); 00088 kdocremove_button->setAutoDefault( TRUE ); 00089 layout16->addWidget( kdocremove_button ); 00090 spacer10_2_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00091 layout16->addItem( spacer10_2_2 ); 00092 00093 layout17->addLayout( layout16, 1, 1 ); 00094 00095 qtdocdirLabel_2_2 = new QLabel( tab, "qtdocdirLabel_2_2" ); 00096 00097 layout17->addMultiCellWidget( qtdocdirLabel_2_2, 0, 0, 0, 1 ); 00098 00099 kdoc_view = new KListView( tab, "kdoc_view" ); 00100 kdoc_view->setFocusPolicy( KListView::WheelFocus ); 00101 00102 layout17->addWidget( kdoc_view, 1, 0 ); 00103 00104 tabLayout->addLayout( layout17, 2, 0 ); 00105 00106 layout13 = new QGridLayout( 0, 1, 1, 0, KDialog::spacingHint(), "layout13"); 00107 00108 qtdocdirLabel_2 = new QLabel( tab, "qtdocdirLabel_2" ); 00109 00110 layout13->addMultiCellWidget( qtdocdirLabel_2, 0, 0, 0, 1 ); 00111 00112 doxygen_view = new KListView( tab, "doxygen_view" ); 00113 doxygen_view->setFocusPolicy( KListView::WheelFocus ); 00114 00115 layout13->addWidget( doxygen_view, 1, 0 ); 00116 00117 layout12 = new QVBoxLayout( 0, 0, KDialog::spacingHint(), "layout12"); 00118 00119 doxygenadd_button = new QPushButton( tab, "doxygenadd_button" ); 00120 doxygenadd_button->setAutoDefault( TRUE ); 00121 layout12->addWidget( doxygenadd_button ); 00122 00123 doxygenedit_button = new QPushButton( tab, "doxygenedit_button" ); 00124 doxygenedit_button->setAutoDefault( TRUE ); 00125 layout12->addWidget( doxygenedit_button ); 00126 00127 doxygenremove_button = new QPushButton( tab, "doxygenremove_button" ); 00128 doxygenremove_button->setAutoDefault( TRUE ); 00129 layout12->addWidget( doxygenremove_button ); 00130 spacer10_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00131 layout12->addItem( spacer10_2 ); 00132 00133 layout13->addLayout( layout12, 1, 1 ); 00134 00135 tabLayout->addLayout( layout13, 1, 0 ); 00136 TabWidget2->insertTab( tab, QString("") ); 00137 00138 tab_2 = new QWidget( TabWidget2, "tab_2" ); 00139 tabLayout_2 = new QGridLayout( tab_2, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "tabLayout_2"); 00140 00141 indexKDevelopBox = new QCheckBox( tab_2, "indexKDevelopBox" ); 00142 indexKDevelopBox->setEnabled( FALSE ); 00143 00144 tabLayout_2->addMultiCellWidget( indexKDevelopBox, 0, 0, 0, 1 ); 00145 00146 indexQtBox = new QCheckBox( tab_2, "indexQtBox" ); 00147 00148 tabLayout_2->addMultiCellWidget( indexQtBox, 1, 1, 0, 1 ); 00149 00150 indexKdelibsBox = new QCheckBox( tab_2, "indexKdelibsBox" ); 00151 00152 tabLayout_2->addMultiCellWidget( indexKdelibsBox, 2, 2, 0, 1 ); 00153 00154 indexBooksBox = new QCheckBox( tab_2, "indexBooksBox" ); 00155 00156 tabLayout_2->addMultiCellWidget( indexBooksBox, 3, 3, 0, 1 ); 00157 00158 indexBookmarksBox = new QCheckBox( tab_2, "indexBookmarksBox" ); 00159 00160 tabLayout_2->addMultiCellWidget( indexBookmarksBox, 4, 4, 0, 1 ); 00161 Spacer6 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00162 tabLayout_2->addItem( Spacer6, 5, 1 ); 00163 spacer9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00164 tabLayout_2->addItem( spacer9, 9, 1 ); 00165 00166 Layout3 = new QHBoxLayout( 0, 0, KDialog::spacingHint(), "Layout3"); 00167 Spacer7 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 00168 Layout3->addItem( Spacer7 ); 00169 00170 PushButton1 = new QPushButton( tab_2, "PushButton1" ); 00171 PushButton1->setAutoDefault( TRUE ); 00172 Layout3->addWidget( PushButton1 ); 00173 Spacer8 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 00174 Layout3->addItem( Spacer8 ); 00175 00176 tabLayout_2->addMultiCellLayout( Layout3, 10, 10, 0, 1 ); 00177 Spacer5 = new QSpacerItem( 20, 16, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00178 tabLayout_2->addItem( Spacer5, 11, 1 ); 00179 00180 htmergebinLabel = new QLabel( tab_2, "htmergebinLabel" ); 00181 00182 tabLayout_2->addWidget( htmergebinLabel, 7, 0 ); 00183 00184 htdigbinLabel = new QLabel( tab_2, "htdigbinLabel" ); 00185 00186 tabLayout_2->addWidget( htdigbinLabel, 6, 0 ); 00187 00188 htsearchbinLabel = new QLabel( tab_2, "htsearchbinLabel" ); 00189 00190 tabLayout_2->addWidget( htsearchbinLabel, 8, 0 ); 00191 00192 htdigbinEdit = new KURLRequester( tab_2, "htdigbinEdit" ); 00193 htdigbinEdit->setFocusPolicy( KURLRequester::StrongFocus ); 00194 00195 tabLayout_2->addWidget( htdigbinEdit, 6, 1 ); 00196 00197 htmergebinEdit = new KURLRequester( tab_2, "htmergebinEdit" ); 00198 htmergebinEdit->setFocusPolicy( KURLRequester::StrongFocus ); 00199 00200 tabLayout_2->addWidget( htmergebinEdit, 7, 1 ); 00201 00202 htsearchbinEdit = new KURLRequester( tab_2, "htsearchbinEdit" ); 00203 htsearchbinEdit->setFocusPolicy( KURLRequester::StrongFocus ); 00204 00205 tabLayout_2->addWidget( htsearchbinEdit, 8, 1 ); 00206 TabWidget2->insertTab( tab_2, QString("") ); 00207 00208 tab_3 = new QWidget( TabWidget2, "tab_3" ); 00209 tabLayout_3 = new QGridLayout( tab_3, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "tabLayout_3"); 00210 spacer10 = new QSpacerItem( 31, 300, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00211 tabLayout_3->addItem( spacer10, 3, 1 ); 00212 00213 bListView = new KListView( tab_3, "bListView" ); 00214 bListView->setFocusPolicy( KListView::WheelFocus ); 00215 00216 tabLayout_3->addMultiCellWidget( bListView, 0, 3, 0, 0 ); 00217 00218 pushAdd = new QPushButton( tab_3, "pushAdd" ); 00219 pushAdd->setAutoDefault( TRUE ); 00220 00221 tabLayout_3->addWidget( pushAdd, 0, 1 ); 00222 00223 pushEdit = new QPushButton( tab_3, "pushEdit" ); 00224 pushEdit->setAutoDefault( TRUE ); 00225 00226 tabLayout_3->addWidget( pushEdit, 1, 1 ); 00227 00228 pushRemove = new QPushButton( tab_3, "pushRemove" ); 00229 pushRemove->setAutoDefault( TRUE ); 00230 00231 tabLayout_3->addWidget( pushRemove, 2, 1 ); 00232 TabWidget2->insertTab( tab_3, QString("") ); 00233 00234 tab_4 = new QWidget( TabWidget2, "tab_4" ); 00235 tabLayout_4 = new QGridLayout( tab_4, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "tabLayout_4"); 00236 00237 extListView = new KListView( tab_4, "extListView" ); 00238 extListView->setFocusPolicy( KListView::WheelFocus ); 00239 00240 tabLayout_4->addMultiCellWidget( extListView, 0, 6, 0, 0 ); 00241 00242 extAddButton = new QPushButton( tab_4, "extAddButton" ); 00243 extAddButton->setAutoDefault( TRUE ); 00244 00245 tabLayout_4->addWidget( extAddButton, 0, 1 ); 00246 00247 extEditButton = new QPushButton( tab_4, "extEditButton" ); 00248 extEditButton->setAutoDefault( TRUE ); 00249 00250 tabLayout_4->addWidget( extEditButton, 1, 1 ); 00251 00252 extRemoveButton = new QPushButton( tab_4, "extRemoveButton" ); 00253 extRemoveButton->setAutoDefault( TRUE ); 00254 00255 tabLayout_4->addWidget( extRemoveButton, 2, 1 ); 00256 spacer11 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum ); 00257 tabLayout_4->addItem( spacer11, 3, 1 ); 00258 00259 extEnableButton = new QPushButton( tab_4, "extEnableButton" ); 00260 extEnableButton->setEnabled( FALSE ); 00261 00262 tabLayout_4->addWidget( extEnableButton, 4, 1 ); 00263 00264 extDisableButton = new QPushButton( tab_4, "extDisableButton" ); 00265 extDisableButton->setEnabled( FALSE ); 00266 00267 tabLayout_4->addWidget( extDisableButton, 5, 1 ); 00268 spacer8 = new QSpacerItem( 31, 230, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00269 tabLayout_4->addItem( spacer8, 6, 1 ); 00270 TabWidget2->insertTab( tab_4, QString("") ); 00271 00272 tab_5 = new QWidget( TabWidget2, "tab_5" ); 00273 tabLayout_5 = new QGridLayout( tab_5, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "tabLayout_5"); 00274 00275 dhEditButton = new QPushButton( tab_5, "dhEditButton" ); 00276 dhEditButton->setAutoDefault( TRUE ); 00277 00278 tabLayout_5->addWidget( dhEditButton, 3, 1 ); 00279 00280 dhEnableButton = new QPushButton( tab_5, "dhEnableButton" ); 00281 dhEnableButton->setEnabled( FALSE ); 00282 00283 tabLayout_5->addWidget( dhEnableButton, 6, 1 ); 00284 00285 dhAddButton = new QPushButton( tab_5, "dhAddButton" ); 00286 dhAddButton->setAutoDefault( TRUE ); 00287 00288 tabLayout_5->addWidget( dhAddButton, 2, 1 ); 00289 00290 dhDisableButton = new QPushButton( tab_5, "dhDisableButton" ); 00291 dhDisableButton->setEnabled( FALSE ); 00292 00293 tabLayout_5->addWidget( dhDisableButton, 7, 1 ); 00294 00295 dhRemoveButton = new QPushButton( tab_5, "dhRemoveButton" ); 00296 dhRemoveButton->setAutoDefault( TRUE ); 00297 00298 tabLayout_5->addWidget( dhRemoveButton, 4, 1 ); 00299 spacer11_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum ); 00300 tabLayout_5->addItem( spacer11_2, 5, 1 ); 00301 00302 textLabel1 = new QLabel( tab_5, "textLabel1" ); 00303 00304 tabLayout_5->addWidget( textLabel1, 0, 0 ); 00305 00306 dhScanButton = new QPushButton( tab_5, "dhScanButton" ); 00307 dhScanButton->setEnabled( TRUE ); 00308 dhScanButton->setAutoDefault( TRUE ); 00309 00310 tabLayout_5->addWidget( dhScanButton, 1, 1 ); 00311 00312 dhURL = new KURLRequester( tab_5, "dhURL" ); 00313 dhURL->setMinimumSize( QSize( 0, 26 ) ); 00314 dhURL->setFocusPolicy( KURLRequester::WheelFocus ); 00315 00316 tabLayout_5->addWidget( dhURL, 1, 0 ); 00317 spacer8_2 = new QSpacerItem( 31, 160, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00318 tabLayout_5->addItem( spacer8_2, 8, 1 ); 00319 00320 dhListView = new KListView( tab_5, "dhListView" ); 00321 dhListView->setFocusPolicy( KListView::WheelFocus ); 00322 00323 tabLayout_5->addMultiCellWidget( dhListView, 2, 8, 0, 0 ); 00324 00325 urlDownload = new KURLLabel( tab_5, "urlDownload" ); 00326 urlDownload->setFocusPolicy( KURLLabel::NoFocus ); 00327 00328 tabLayout_5->addWidget( urlDownload, 9, 0 ); 00329 TabWidget2->insertTab( tab_5, QString("") ); 00330 00331 doctreeview_global_config_widgetLayout->addWidget( TabWidget2, 0, 0 ); 00332 languageChange(); 00333 resize( QSize(589, 458).expandedTo(minimumSizeHint()) ); 00334 clearWState( WState_Polished ); 00335 00336 // signals and slots connections 00337 connect( pushAdd, SIGNAL( clicked() ), this, SLOT( addBookmarkClicked() ) ); 00338 connect( pushRemove, SIGNAL( clicked() ), this, SLOT( removeBookmarkClicked() ) ); 00339 connect( PushButton1, SIGNAL( clicked() ), this, SLOT( updateIndexClicked() ) ); 00340 connect( extEditButton, SIGNAL( clicked() ), this, SLOT( extEdit() ) ); 00341 connect( extEnableButton, SIGNAL( clicked() ), this, SLOT( extEnable() ) ); 00342 connect( extDisableButton, SIGNAL( clicked() ), this, SLOT( extDisable() ) ); 00343 connect( qtdocsadd_button, SIGNAL( clicked() ), this, SLOT( qtdocsadd_button_clicked() ) ); 00344 connect( qtdocsremove_button, SIGNAL( clicked() ), this, SLOT( qtdocsremove_button_clicked() ) ); 00345 connect( doxygenadd_button, SIGNAL( clicked() ), this, SLOT( doxygenadd_button_clicked() ) ); 00346 connect( doxygenremove_button, SIGNAL( clicked() ), this, SLOT( doxygenremove_button_clicked() ) ); 00347 connect( kdocadd_button, SIGNAL( clicked() ), this, SLOT( kdocadd_button_clicked() ) ); 00348 connect( kdocremove_button, SIGNAL( clicked() ), this, SLOT( kdocremove_button_clicked() ) ); 00349 connect( qtdocsedit_button, SIGNAL( clicked() ), this, SLOT( qtdocsedit_button_clicked() ) ); 00350 connect( doxygenedit_button, SIGNAL( clicked() ), this, SLOT( doxygenedit_button_clicked() ) ); 00351 connect( kdocedit_button, SIGNAL( clicked() ), this, SLOT( kdocedit_button_clicked() ) ); 00352 connect( pushEdit, SIGNAL( clicked() ), this, SLOT( pushEdit_clicked() ) ); 00353 connect( extAddButton, SIGNAL( clicked() ), this, SLOT( extAddButton_clicked() ) ); 00354 connect( extRemoveButton, SIGNAL( clicked() ), this, SLOT( extRemoveButton_clicked() ) ); 00355 connect( dhDisableButton, SIGNAL( clicked() ), this, SLOT( dhDisableButton_clicked() ) ); 00356 connect( dhEnableButton, SIGNAL( clicked() ), this, SLOT( dhEnableButton_clicked() ) ); 00357 connect( dhRemoveButton, SIGNAL( clicked() ), this, SLOT( dhRemoveButton_clicked() ) ); 00358 connect( dhEditButton, SIGNAL( clicked() ), this, SLOT( dhEditButton_clicked() ) ); 00359 connect( dhAddButton, SIGNAL( clicked() ), this, SLOT( dhAddButton_clicked() ) ); 00360 connect( dhScanButton, SIGNAL( clicked() ), this, SLOT( dhScanButton_clicked() ) ); 00361 00362 // tab order 00363 setTabOrder( qtdocs_view, qtdocsadd_button ); 00364 setTabOrder( qtdocsadd_button, qtdocsedit_button ); 00365 setTabOrder( qtdocsedit_button, qtdocsremove_button ); 00366 setTabOrder( qtdocsremove_button, doxygen_view ); 00367 setTabOrder( doxygen_view, doxygenadd_button ); 00368 setTabOrder( doxygenadd_button, doxygenedit_button ); 00369 setTabOrder( doxygenedit_button, doxygenremove_button ); 00370 setTabOrder( doxygenremove_button, kdoc_view ); 00371 setTabOrder( kdoc_view, kdocadd_button ); 00372 setTabOrder( kdocadd_button, kdocedit_button ); 00373 setTabOrder( kdocedit_button, kdocremove_button ); 00374 setTabOrder( kdocremove_button, TabWidget2 ); 00375 setTabOrder( TabWidget2, indexKDevelopBox ); 00376 setTabOrder( indexKDevelopBox, indexQtBox ); 00377 setTabOrder( indexQtBox, indexKdelibsBox ); 00378 setTabOrder( indexKdelibsBox, indexBooksBox ); 00379 setTabOrder( indexBooksBox, indexBookmarksBox ); 00380 setTabOrder( indexBookmarksBox, htdigbinEdit ); 00381 setTabOrder( htdigbinEdit, htmergebinEdit ); 00382 setTabOrder( htmergebinEdit, htsearchbinEdit ); 00383 setTabOrder( htsearchbinEdit, PushButton1 ); 00384 setTabOrder( PushButton1, bListView ); 00385 setTabOrder( bListView, pushAdd ); 00386 setTabOrder( pushAdd, pushEdit ); 00387 setTabOrder( pushEdit, pushRemove ); 00388 setTabOrder( pushRemove, extListView ); 00389 setTabOrder( extListView, extAddButton ); 00390 setTabOrder( extAddButton, extEditButton ); 00391 setTabOrder( extEditButton, extRemoveButton ); 00392 setTabOrder( extRemoveButton, extEnableButton ); 00393 setTabOrder( extEnableButton, extDisableButton ); 00394 setTabOrder( extDisableButton, dhURL ); 00395 setTabOrder( dhURL, dhScanButton ); 00396 setTabOrder( dhScanButton, dhListView ); 00397 setTabOrder( dhListView, dhAddButton ); 00398 setTabOrder( dhAddButton, dhEditButton ); 00399 setTabOrder( dhEditButton, dhRemoveButton ); 00400 setTabOrder( dhRemoveButton, dhEnableButton ); 00401 setTabOrder( dhEnableButton, dhDisableButton ); 00402 00403 // buddies 00404 qtdocdirLabel->setBuddy( qtdocs_view ); 00405 qtdocdirLabel_2_2->setBuddy( kdoc_view ); 00406 qtdocdirLabel_2->setBuddy( doxygen_view ); 00407 textLabel1->setBuddy( dhURL ); 00408 } 00409 00410 /* 00411 * Destroys the object and frees any allocated resources 00412 */ 00413 DocTreeGlobalConfigWidgetBase::~DocTreeGlobalConfigWidgetBase() 00414 { 00415 // no need to delete child widgets, Qt does it all for us 00416 } 00417 00418 /* 00419 * Sets the strings of the subwidgets using the current 00420 * language. 00421 */ 00422 void DocTreeGlobalConfigWidgetBase::languageChange() 00423 { 00424 setCaption( tr2i18n( "Documentation Tree" ) ); 00425 qtdocsadd_button->setText( tr2i18n( "Add" ) ); 00426 qtdocsedit_button->setText( tr2i18n( "Edit" ) ); 00427 qtdocsremove_button->setText( tr2i18n( "Remove" ) ); 00428 qtdocdirLabel->setText( tr2i18n( "&Qt documentation collections (usually in $QTDIR/doc/html):" ) ); 00429 kdocadd_button->setText( tr2i18n( "Add" ) ); 00430 kdocedit_button->setText( tr2i18n( "Edit" ) ); 00431 kdocremove_button->setText( tr2i18n( "Remove" ) ); 00432 qtdocdirLabel_2_2->setText( tr2i18n( "Documentation generated by &KDoc:" ) ); 00433 qtdocdirLabel_2->setText( tr2i18n( "Documentation generated by &Doxygen:" ) ); 00434 doxygenadd_button->setText( tr2i18n( "Add" ) ); 00435 doxygenedit_button->setText( tr2i18n( "Edit" ) ); 00436 doxygenremove_button->setText( tr2i18n( "Remove" ) ); 00437 TabWidget2->changeTab( tab, tr2i18n( "&General" ) ); 00438 indexKDevelopBox->setText( tr2i18n( "Index KDevelop books" ) ); 00439 indexQtBox->setText( tr2i18n( "Index &Qt documentation" ) ); 00440 indexKdelibsBox->setText( tr2i18n( "Index kdelibs documentation generated by &Doxygen" ) ); 00441 indexBooksBox->setText( tr2i18n( "Index othe&r books" ) ); 00442 indexBookmarksBox->setText( tr2i18n( "Index &bookmarks" ) ); 00443 PushButton1->setText( tr2i18n( "&Update Index" ) ); 00444 htmergebinLabel->setText( tr2i18n( "htmerge executable:" ) ); 00445 htdigbinLabel->setText( tr2i18n( "htdig executable:" ) ); 00446 htsearchbinLabel->setText( tr2i18n( "htsearch executable:" ) ); 00447 TabWidget2->changeTab( tab_2, tr2i18n( "Full Text &Search" ) ); 00448 pushAdd->setText( tr2i18n( "&Add" ) ); 00449 pushEdit->setText( tr2i18n( "&Edit" ) ); 00450 pushRemove->setText( tr2i18n( "&Remove" ) ); 00451 TabWidget2->changeTab( tab_3, tr2i18n( "&Bookmarks" ) ); 00452 extAddButton->setText( tr2i18n( "&Add" ) ); 00453 extEditButton->setText( tr2i18n( "&Edit" ) ); 00454 extRemoveButton->setText( tr2i18n( "&Remove" ) ); 00455 extEnableButton->setText( tr2i18n( "Enable" ) ); 00456 extDisableButton->setText( tr2i18n( "Disable" ) ); 00457 TabWidget2->changeTab( tab_4, tr2i18n( "KDevelop&TOC Documentation" ) ); 00458 dhEditButton->setText( tr2i18n( "&Edit" ) ); 00459 dhEnableButton->setText( tr2i18n( "Enable" ) ); 00460 dhAddButton->setText( tr2i18n( "&Add" ) ); 00461 dhDisableButton->setText( tr2i18n( "Disable" ) ); 00462 dhRemoveButton->setText( tr2i18n( "&Remove" ) ); 00463 textLabel1->setText( tr2i18n( "DevHelp documentation &directory (usually $HOME/.devhelp):" ) ); 00464 dhScanButton->setText( tr2i18n( "Sca&n" ) ); 00465 urlDownload->setText( tr2i18n( "Download more DevHelp documentation at http://lidn.sourceforge.net" ) ); 00466 TabWidget2->changeTab( tab_5, tr2i18n( "Dev&Help Documentation" ) ); 00467 } 00468 00469 void DocTreeGlobalConfigWidgetBase::addBookmarkClicked() 00470 { 00471 qWarning( "DocTreeGlobalConfigWidgetBase::addBookmarkClicked(): Not implemented yet" ); 00472 } 00473 00474 void DocTreeGlobalConfigWidgetBase::removeBookmarkClicked() 00475 { 00476 qWarning( "DocTreeGlobalConfigWidgetBase::removeBookmarkClicked(): Not implemented yet" ); 00477 } 00478 00479 void DocTreeGlobalConfigWidgetBase::updateIndexClicked() 00480 { 00481 qWarning( "DocTreeGlobalConfigWidgetBase::updateIndexClicked(): Not implemented yet" ); 00482 } 00483 00484 void DocTreeGlobalConfigWidgetBase::extEdit() 00485 { 00486 qWarning( "DocTreeGlobalConfigWidgetBase::extEdit(): Not implemented yet" ); 00487 } 00488 00489 void DocTreeGlobalConfigWidgetBase::extEnable() 00490 { 00491 qWarning( "DocTreeGlobalConfigWidgetBase::extEnable(): Not implemented yet" ); 00492 } 00493 00494 void DocTreeGlobalConfigWidgetBase::extDisable() 00495 { 00496 qWarning( "DocTreeGlobalConfigWidgetBase::extDisable(): Not implemented yet" ); 00497 } 00498 00499 void DocTreeGlobalConfigWidgetBase::qtdocsadd_button_clicked() 00500 { 00501 qWarning( "DocTreeGlobalConfigWidgetBase::qtdocsadd_button_clicked(): Not implemented yet" ); 00502 } 00503 00504 void DocTreeGlobalConfigWidgetBase::qtdocsremove_button_clicked() 00505 { 00506 qWarning( "DocTreeGlobalConfigWidgetBase::qtdocsremove_button_clicked(): Not implemented yet" ); 00507 } 00508 00509 void DocTreeGlobalConfigWidgetBase::doxygenadd_button_clicked() 00510 { 00511 qWarning( "DocTreeGlobalConfigWidgetBase::doxygenadd_button_clicked(): Not implemented yet" ); 00512 } 00513 00514 void DocTreeGlobalConfigWidgetBase::doxygenremove_button_clicked() 00515 { 00516 qWarning( "DocTreeGlobalConfigWidgetBase::doxygenremove_button_clicked(): Not implemented yet" ); 00517 } 00518 00519 void DocTreeGlobalConfigWidgetBase::kdocadd_button_clicked() 00520 { 00521 qWarning( "DocTreeGlobalConfigWidgetBase::kdocadd_button_clicked(): Not implemented yet" ); 00522 } 00523 00524 void DocTreeGlobalConfigWidgetBase::kdocremove_button_clicked() 00525 { 00526 qWarning( "DocTreeGlobalConfigWidgetBase::kdocremove_button_clicked(): Not implemented yet" ); 00527 } 00528 00529 void DocTreeGlobalConfigWidgetBase::qtdocsedit_button_clicked() 00530 { 00531 qWarning( "DocTreeGlobalConfigWidgetBase::qtdocsedit_button_clicked(): Not implemented yet" ); 00532 } 00533 00534 void DocTreeGlobalConfigWidgetBase::doxygenedit_button_clicked() 00535 { 00536 qWarning( "DocTreeGlobalConfigWidgetBase::doxygenedit_button_clicked(): Not implemented yet" ); 00537 } 00538 00539 void DocTreeGlobalConfigWidgetBase::kdocedit_button_clicked() 00540 { 00541 qWarning( "DocTreeGlobalConfigWidgetBase::kdocedit_button_clicked(): Not implemented yet" ); 00542 } 00543 00544 void DocTreeGlobalConfigWidgetBase::pushEdit_clicked() 00545 { 00546 qWarning( "DocTreeGlobalConfigWidgetBase::pushEdit_clicked(): Not implemented yet" ); 00547 } 00548 00549 void DocTreeGlobalConfigWidgetBase::extAddButton_clicked() 00550 { 00551 qWarning( "DocTreeGlobalConfigWidgetBase::extAddButton_clicked(): Not implemented yet" ); 00552 } 00553 00554 void DocTreeGlobalConfigWidgetBase::extRemoveButton_clicked() 00555 { 00556 qWarning( "DocTreeGlobalConfigWidgetBase::extRemoveButton_clicked(): Not implemented yet" ); 00557 } 00558 00559 void DocTreeGlobalConfigWidgetBase::dhDisableButton_clicked() 00560 { 00561 qWarning( "DocTreeGlobalConfigWidgetBase::dhDisableButton_clicked(): Not implemented yet" ); 00562 } 00563 00564 void DocTreeGlobalConfigWidgetBase::dhEnableButton_clicked() 00565 { 00566 qWarning( "DocTreeGlobalConfigWidgetBase::dhEnableButton_clicked(): Not implemented yet" ); 00567 } 00568 00569 void DocTreeGlobalConfigWidgetBase::dhRemoveButton_clicked() 00570 { 00571 qWarning( "DocTreeGlobalConfigWidgetBase::dhRemoveButton_clicked(): Not implemented yet" ); 00572 } 00573 00574 void DocTreeGlobalConfigWidgetBase::dhEditButton_clicked() 00575 { 00576 qWarning( "DocTreeGlobalConfigWidgetBase::dhEditButton_clicked(): Not implemented yet" ); 00577 } 00578 00579 void DocTreeGlobalConfigWidgetBase::dhAddButton_clicked() 00580 { 00581 qWarning( "DocTreeGlobalConfigWidgetBase::dhAddButton_clicked(): Not implemented yet" ); 00582 } 00583 00584 void DocTreeGlobalConfigWidgetBase::dhScanButton_clicked() 00585 { 00586 qWarning( "DocTreeGlobalConfigWidgetBase::dhScanButton_clicked(): Not implemented yet" ); 00587 } 00588 00589 #include "doctreeglobalconfigwidgetbase.moc"
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:50 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003