KDevelop API Documentation

buildtools/autotools/configureoptionswidgetbase.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 './configureoptionswidgetbase.ui' 00005 ** 00006 ** Created: Tue Oct 19 07:57:56 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 "configureoptionswidgetbase.h" 00013 00014 #include <qvariant.h> 00015 #include <kdialog.h> 00016 #include <qpushbutton.h> 00017 #include <qlabel.h> 00018 #include <qcombobox.h> 00019 #include <qtabwidget.h> 00020 #include <qlineedit.h> 00021 #include <qlayout.h> 00022 #include <qtooltip.h> 00023 #include <qwhatsthis.h> 00024 00025 /* 00026 * Constructs a ConfigureOptionsWidgetBase as a child of 'parent', with the 00027 * name 'name' and widget flags set to 'f'. 00028 */ 00029 ConfigureOptionsWidgetBase::ConfigureOptionsWidgetBase( QWidget* parent, const char* name, WFlags fl ) 00030 : QWidget( parent, name, fl ) 00031 { 00032 if ( !name ) 00033 setName( "configure_options_widget" ); 00034 configure_options_widgetLayout = new QVBoxLayout( this, 0, KDialog::spacingHint(), "configure_options_widgetLayout"); 00035 00036 Layout1 = new QHBoxLayout( 0, 0, KDialog::spacingHint(), "Layout1"); 00037 00038 config_label = new QLabel( this, "config_label" ); 00039 config_label->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)5, 0, 0, config_label->sizePolicy().hasHeightForWidth() ) ); 00040 Layout1->addWidget( config_label ); 00041 00042 config_combo = new QComboBox( FALSE, this, "config_combo" ); 00043 config_combo->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, config_combo->sizePolicy().hasHeightForWidth() ) ); 00044 config_combo->setEditable( TRUE ); 00045 Layout1->addWidget( config_combo ); 00046 Spacer17_2 = new QSpacerItem( 20, 8, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00047 Layout1->addItem( Spacer17_2 ); 00048 00049 addconfig_button = new QPushButton( this, "addconfig_button" ); 00050 addconfig_button->setAutoDefault( FALSE ); 00051 Layout1->addWidget( addconfig_button ); 00052 00053 removeconfig_button = new QPushButton( this, "removeconfig_button" ); 00054 removeconfig_button->setAutoDefault( FALSE ); 00055 Layout1->addWidget( removeconfig_button ); 00056 Spacer18_2 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 00057 Layout1->addItem( Spacer18_2 ); 00058 configure_options_widgetLayout->addLayout( Layout1 ); 00059 00060 tabwidget = new QTabWidget( this, "tabwidget" ); 00061 00062 general_tab = new QWidget( tabwidget, "general_tab" ); 00063 general_tabLayout = new QGridLayout( general_tab, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "general_tabLayout"); 00064 Spacer26 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00065 general_tabLayout->addItem( Spacer26, 2, 4 ); 00066 00067 configargs_edit = new QLineEdit( general_tab, "configargs_edit" ); 00068 00069 general_tabLayout->addMultiCellWidget( configargs_edit, 1, 1, 1, 5 ); 00070 00071 configargs_label = new QLabel( general_tab, "configargs_label" ); 00072 00073 general_tabLayout->addMultiCellWidget( configargs_label, 0, 0, 0, 5 ); 00074 00075 builddir_label = new QLabel( general_tab, "builddir_label" ); 00076 00077 general_tabLayout->addMultiCellWidget( builddir_label, 3, 3, 0, 5 ); 00078 Spacer23 = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00079 general_tabLayout->addItem( Spacer23, 1, 0 ); 00080 00081 topsourcedir_label = new QLabel( general_tab, "topsourcedir_label" ); 00082 00083 general_tabLayout->addMultiCellWidget( topsourcedir_label, 5, 5, 0, 1 ); 00084 00085 builddir_edit = new QLineEdit( general_tab, "builddir_edit" ); 00086 00087 general_tabLayout->addMultiCellWidget( builddir_edit, 4, 4, 1, 4 ); 00088 00089 builddir_button = new QPushButton( general_tab, "builddir_button" ); 00090 builddir_button->setMinimumSize( QSize( 30, 0 ) ); 00091 builddir_button->setMaximumSize( QSize( 30, 32767 ) ); 00092 00093 general_tabLayout->addWidget( builddir_button, 4, 5 ); 00094 Spacer24 = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00095 general_tabLayout->addItem( Spacer24, 4, 0 ); 00096 00097 topsourcedir_button = new QPushButton( general_tab, "topsourcedir_button" ); 00098 topsourcedir_button->setMinimumSize( QSize( 30, 0 ) ); 00099 topsourcedir_button->setMaximumSize( QSize( 30, 32767 ) ); 00100 00101 general_tabLayout->addWidget( topsourcedir_button, 6, 5 ); 00102 00103 topsourcedir_edit = new QLineEdit( general_tab, "topsourcedir_edit" ); 00104 00105 general_tabLayout->addMultiCellWidget( topsourcedir_edit, 6, 6, 1, 4 ); 00106 spacer16 = new QSpacerItem( 20, 16, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00107 general_tabLayout->addItem( spacer16, 7, 2 ); 00108 spacer17 = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00109 general_tabLayout->addItem( spacer17, 6, 0 ); 00110 00111 ldflags_label = new QLabel( general_tab, "ldflags_label" ); 00112 00113 general_tabLayout->addMultiCellWidget( ldflags_label, 10, 10, 0, 1 ); 00114 spacer17_2_2 = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00115 general_tabLayout->addItem( spacer17_2_2, 11, 0 ); 00116 Spacer12_3 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00117 general_tabLayout->addItem( Spacer12_3, 12, 3 ); 00118 00119 ldflags_edit = new QLineEdit( general_tab, "ldflags_edit" ); 00120 00121 general_tabLayout->addMultiCellWidget( ldflags_edit, 11, 11, 1, 5 ); 00122 00123 cppflags_edit = new QLineEdit( general_tab, "cppflags_edit" ); 00124 00125 general_tabLayout->addMultiCellWidget( cppflags_edit, 9, 9, 1, 5 ); 00126 spacer17_2 = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum ); 00127 general_tabLayout->addItem( spacer17_2, 9, 0 ); 00128 00129 cppflags_label = new QLabel( general_tab, "cppflags_label" ); 00130 00131 general_tabLayout->addMultiCellWidget( cppflags_label, 8, 8, 0, 1 ); 00132 tabwidget->insertTab( general_tab, QString("") ); 00133 00134 c_tab = new QWidget( tabwidget, "c_tab" ); 00135 c_tabLayout = new QGridLayout( c_tab, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "c_tabLayout"); 00136 00137 ccompiler_label = new QLabel( c_tab, "ccompiler_label" ); 00138 00139 c_tabLayout->addWidget( ccompiler_label, 0, 0 ); 00140 00141 cservice_combo = new QComboBox( FALSE, c_tab, "cservice_combo" ); 00142 00143 c_tabLayout->addWidget( cservice_combo, 0, 1 ); 00144 Spacer11 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00145 c_tabLayout->addItem( Spacer11, 1, 1 ); 00146 00147 cflags_label = new QLabel( c_tab, "cflags_label" ); 00148 00149 c_tabLayout->addWidget( cflags_label, 4, 0 ); 00150 00151 cflags_edit = new QLineEdit( c_tab, "cflags_edit" ); 00152 00153 c_tabLayout->addWidget( cflags_edit, 4, 1 ); 00154 00155 cflags_button = new QPushButton( c_tab, "cflags_button" ); 00156 cflags_button->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, cflags_button->sizePolicy().hasHeightForWidth() ) ); 00157 cflags_button->setMaximumSize( QSize( 30, 32767 ) ); 00158 00159 c_tabLayout->addWidget( cflags_button, 4, 2 ); 00160 Spacer10 = new QSpacerItem( 20, 168, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00161 c_tabLayout->addItem( Spacer10, 5, 1 ); 00162 00163 cbinary_label = new QLabel( c_tab, "cbinary_label" ); 00164 00165 c_tabLayout->addWidget( cbinary_label, 2, 0 ); 00166 00167 cbinary_edit = new QLineEdit( c_tab, "cbinary_edit" ); 00168 00169 c_tabLayout->addWidget( cbinary_edit, 2, 1 ); 00170 Spacer12 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00171 c_tabLayout->addItem( Spacer12, 3, 1 ); 00172 tabwidget->insertTab( c_tab, QString("") ); 00173 00174 cxx_tab = new QWidget( tabwidget, "cxx_tab" ); 00175 cxx_tabLayout = new QGridLayout( cxx_tab, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "cxx_tabLayout"); 00176 00177 cxxcompiler_label = new QLabel( cxx_tab, "cxxcompiler_label" ); 00178 00179 cxx_tabLayout->addWidget( cxxcompiler_label, 0, 0 ); 00180 00181 cxxservice_combo = new QComboBox( FALSE, cxx_tab, "cxxservice_combo" ); 00182 00183 cxx_tabLayout->addWidget( cxxservice_combo, 0, 1 ); 00184 Spacer13 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00185 cxx_tabLayout->addItem( Spacer13, 1, 1 ); 00186 00187 cxxbinary_label = new QLabel( cxx_tab, "cxxbinary_label" ); 00188 00189 cxx_tabLayout->addWidget( cxxbinary_label, 2, 0 ); 00190 00191 cxxbinary_edit = new QLineEdit( cxx_tab, "cxxbinary_edit" ); 00192 00193 cxx_tabLayout->addWidget( cxxbinary_edit, 2, 1 ); 00194 Spacer13_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00195 cxx_tabLayout->addItem( Spacer13_2, 3, 1 ); 00196 00197 cxxflags_label = new QLabel( cxx_tab, "cxxflags_label" ); 00198 00199 cxx_tabLayout->addWidget( cxxflags_label, 4, 0 ); 00200 00201 cxxflags_edit = new QLineEdit( cxx_tab, "cxxflags_edit" ); 00202 00203 cxx_tabLayout->addWidget( cxxflags_edit, 4, 1 ); 00204 00205 cxxflags_button = new QPushButton( cxx_tab, "cxxflags_button" ); 00206 cxxflags_button->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, cxxflags_button->sizePolicy().hasHeightForWidth() ) ); 00207 cxxflags_button->setMaximumSize( QSize( 30, 32767 ) ); 00208 00209 cxx_tabLayout->addWidget( cxxflags_button, 4, 2 ); 00210 Spacer16 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00211 cxx_tabLayout->addItem( Spacer16, 5, 1 ); 00212 tabwidget->insertTab( cxx_tab, QString("") ); 00213 00214 fortran_tab = new QWidget( tabwidget, "fortran_tab" ); 00215 fortran_tabLayout = new QGridLayout( fortran_tab, 1, 1, KDialog::marginHint(), KDialog::spacingHint(), "fortran_tabLayout"); 00216 00217 f77compiler_label = new QLabel( fortran_tab, "f77compiler_label" ); 00218 00219 fortran_tabLayout->addWidget( f77compiler_label, 0, 0 ); 00220 00221 f77service_combo = new QComboBox( FALSE, fortran_tab, "f77service_combo" ); 00222 00223 fortran_tabLayout->addWidget( f77service_combo, 0, 1 ); 00224 Spacer16_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00225 fortran_tabLayout->addItem( Spacer16_2, 1, 1 ); 00226 00227 f77binary_label = new QLabel( fortran_tab, "f77binary_label" ); 00228 00229 fortran_tabLayout->addWidget( f77binary_label, 2, 0 ); 00230 00231 f77binary_edit = new QLineEdit( fortran_tab, "f77binary_edit" ); 00232 00233 fortran_tabLayout->addWidget( f77binary_edit, 2, 1 ); 00234 Spacer17 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed ); 00235 fortran_tabLayout->addItem( Spacer17, 3, 1 ); 00236 00237 f77flags_label = new QLabel( fortran_tab, "f77flags_label" ); 00238 00239 fortran_tabLayout->addWidget( f77flags_label, 4, 0 ); 00240 00241 f77flags_edit = new QLineEdit( fortran_tab, "f77flags_edit" ); 00242 00243 fortran_tabLayout->addWidget( f77flags_edit, 4, 1 ); 00244 00245 f77flags_button = new QPushButton( fortran_tab, "f77flags_button" ); 00246 f77flags_button->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, f77flags_button->sizePolicy().hasHeightForWidth() ) ); 00247 f77flags_button->setMaximumSize( QSize( 30, 32767 ) ); 00248 00249 fortran_tabLayout->addWidget( f77flags_button, 4, 2 ); 00250 Spacer18 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 00251 fortran_tabLayout->addItem( Spacer18, 5, 1 ); 00252 tabwidget->insertTab( fortran_tab, QString("") ); 00253 configure_options_widgetLayout->addWidget( tabwidget ); 00254 languageChange(); 00255 resize( QSize(510, 403).expandedTo(minimumSizeHint()) ); 00256 clearWState( WState_Polished ); 00257 00258 // signals and slots connections 00259 connect( cflags_button, SIGNAL( clicked() ), this, SLOT( cflagsClicked() ) ); 00260 connect( f77flags_button, SIGNAL( clicked() ), this, SLOT( f77flagsClicked() ) ); 00261 connect( cservice_combo, SIGNAL( activated(int) ), this, SLOT( cserviceChanged() ) ); 00262 connect( f77service_combo, SIGNAL( activated(int) ), this, SLOT( f77serviceChanged() ) ); 00263 connect( cxxflags_button, SIGNAL( clicked() ), this, SLOT( cxxflagsClicked() ) ); 00264 connect( cxxservice_combo, SIGNAL( activated(int) ), this, SLOT( cxxserviceChanged() ) ); 00265 connect( addconfig_button, SIGNAL( clicked() ), this, SLOT( configAdded() ) ); 00266 connect( removeconfig_button, SIGNAL( clicked() ), this, SLOT( configRemoved() ) ); 00267 connect( config_combo, SIGNAL( activated(const QString&) ), this, SLOT( configChanged(const QString&) ) ); 00268 connect( config_combo, SIGNAL( textChanged(const QString&) ), this, SLOT( configComboTextChanged(const QString&) ) ); 00269 connect( builddir_button, SIGNAL( clicked() ), this, SLOT( builddirClicked() ) ); 00270 connect( configargs_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00271 connect( builddir_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00272 connect( cbinary_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00273 connect( cflags_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00274 connect( cxxbinary_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00275 connect( cxxflags_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00276 connect( f77binary_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00277 connect( f77flags_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00278 connect( topsourcedir_button, SIGNAL( clicked() ), this, SLOT( topsourcedirClicked() ) ); 00279 connect( topsourcedir_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00280 connect( cppflags_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00281 connect( ldflags_edit, SIGNAL( textChanged(const QString&) ), this, SLOT( setDirty() ) ); 00282 00283 // tab order 00284 setTabOrder( configargs_edit, builddir_edit ); 00285 setTabOrder( builddir_edit, builddir_button ); 00286 setTabOrder( builddir_button, topsourcedir_edit ); 00287 setTabOrder( topsourcedir_edit, topsourcedir_button ); 00288 setTabOrder( topsourcedir_button, cppflags_edit ); 00289 setTabOrder( cppflags_edit, ldflags_edit ); 00290 setTabOrder( ldflags_edit, tabwidget ); 00291 setTabOrder( tabwidget, config_combo ); 00292 setTabOrder( config_combo, addconfig_button ); 00293 setTabOrder( addconfig_button, removeconfig_button ); 00294 setTabOrder( removeconfig_button, cservice_combo ); 00295 setTabOrder( cservice_combo, cbinary_edit ); 00296 setTabOrder( cbinary_edit, cflags_edit ); 00297 setTabOrder( cflags_edit, cflags_button ); 00298 setTabOrder( cflags_button, cxxservice_combo ); 00299 setTabOrder( cxxservice_combo, cxxbinary_edit ); 00300 setTabOrder( cxxbinary_edit, cxxflags_edit ); 00301 setTabOrder( cxxflags_edit, cxxflags_button ); 00302 setTabOrder( cxxflags_button, f77service_combo ); 00303 setTabOrder( f77service_combo, f77binary_edit ); 00304 setTabOrder( f77binary_edit, f77flags_edit ); 00305 setTabOrder( f77flags_edit, f77flags_button ); 00306 00307 // buddies 00308 config_label->setBuddy( config_combo ); 00309 configargs_label->setBuddy( configargs_edit ); 00310 builddir_label->setBuddy( builddir_edit ); 00311 topsourcedir_label->setBuddy( topsourcedir_edit ); 00312 ldflags_label->setBuddy( ldflags_edit ); 00313 cppflags_label->setBuddy( cppflags_edit ); 00314 ccompiler_label->setBuddy( cservice_combo ); 00315 cflags_label->setBuddy( cflags_edit ); 00316 cbinary_label->setBuddy( cbinary_edit ); 00317 cxxcompiler_label->setBuddy( cxxservice_combo ); 00318 cxxbinary_label->setBuddy( cxxbinary_edit ); 00319 cxxflags_label->setBuddy( cxxflags_edit ); 00320 f77compiler_label->setBuddy( f77service_combo ); 00321 f77binary_label->setBuddy( f77binary_edit ); 00322 f77flags_label->setBuddy( f77flags_edit ); 00323 } 00324 00325 /* 00326 * Destroys the object and frees any allocated resources 00327 */ 00328 ConfigureOptionsWidgetBase::~ConfigureOptionsWidgetBase() 00329 { 00330 // no need to delete child widgets, Qt does it all for us 00331 } 00332 00333 /* 00334 * Sets the strings of the subwidgets using the current 00335 * language. 00336 */ 00337 void ConfigureOptionsWidgetBase::languageChange() 00338 { 00339 setCaption( tr2i18n( "Configure Options" ) ); 00340 config_label->setText( tr2i18n( "Con&figuration:" ) ); 00341 addconfig_button->setText( tr2i18n( "&Add" ) ); 00342 removeconfig_button->setText( tr2i18n( "&Remove" ) ); 00343 configargs_label->setText( tr2i18n( "Configure argu&ments:" ) ); 00344 builddir_label->setText( tr2i18n( "&Build directory (must be different for every different Configuration):" ) ); 00345 topsourcedir_label->setText( tr2i18n( "&Top source directory:" ) ); 00346 builddir_button->setText( tr2i18n( "..." ) ); 00347 topsourcedir_button->setText( tr2i18n( "..." ) ); 00348 ldflags_label->setText( tr2i18n( "&Linker flags (LDFLAGS):" ) ); 00349 QWhatsThis::add( ldflags_label, tr2i18n( "Linker flags, e.g. -L<lib dir> if you have libraries in a\n" 00350 "nonstandard directory <lib dir>" ) ); 00351 QWhatsThis::add( ldflags_edit, tr2i18n( "Linker flags, e.g. -L<lib dir> if you have libraries in a\n" 00352 "nonstandard directory <lib dir>" ) ); 00353 QWhatsThis::add( cppflags_edit, tr2i18n( "C/C++ preprocessor flags, e.g. -I<include dir> if you have\n" 00354 "headers in a nonstandard directory <include dir>" ) ); 00355 cppflags_label->setText( tr2i18n( "C/C++ &preprocessor flags (CPPFLAGS):" ) ); 00356 QWhatsThis::add( cppflags_label, tr2i18n( "C/C++ preprocessor flags, e.g. -I<include dir> if you have\n" 00357 "headers in a nonstandard directory <include dir>" ) ); 00358 tabwidget->changeTab( general_tab, tr2i18n( "&General" ) ); 00359 ccompiler_label->setText( tr2i18n( "C com&piler:" ) ); 00360 cflags_label->setText( tr2i18n( "Compiler f&lags (CFLAGS):" ) ); 00361 cflags_button->setText( tr2i18n( "..." ) ); 00362 cbinary_label->setText( tr2i18n( "Compiler co&mmand (CC):" ) ); 00363 tabwidget->changeTab( c_tab, tr2i18n( "C" ) ); 00364 cxxcompiler_label->setText( tr2i18n( "C++ com&piler:" ) ); 00365 cxxbinary_label->setText( tr2i18n( "Compiler co&mmand (CXX):" ) ); 00366 cxxflags_label->setText( tr2i18n( "Compiler f&lags (CXXFLAGS):" ) ); 00367 cxxflags_button->setText( tr2i18n( "..." ) ); 00368 tabwidget->changeTab( cxx_tab, tr2i18n( "C++" ) ); 00369 f77compiler_label->setText( tr2i18n( "Fortran com&piler:" ) ); 00370 f77binary_label->setText( tr2i18n( "Compiler co&mmand (F77):" ) ); 00371 f77flags_label->setText( tr2i18n( "Compiler f&lags (FFLAGS):" ) ); 00372 f77flags_button->setText( tr2i18n( "..." ) ); 00373 tabwidget->changeTab( fortran_tab, tr2i18n( "Fortran" ) ); 00374 } 00375 00376 void ConfigureOptionsWidgetBase::builddirClicked() 00377 { 00378 qWarning( "ConfigureOptionsWidgetBase::builddirClicked(): Not implemented yet" ); 00379 } 00380 00381 void ConfigureOptionsWidgetBase::cflagsClicked() 00382 { 00383 qWarning( "ConfigureOptionsWidgetBase::cflagsClicked(): Not implemented yet" ); 00384 } 00385 00386 void ConfigureOptionsWidgetBase::configAdded() 00387 { 00388 qWarning( "ConfigureOptionsWidgetBase::configAdded(): Not implemented yet" ); 00389 } 00390 00391 void ConfigureOptionsWidgetBase::configChanged(const QString&) 00392 { 00393 qWarning( "ConfigureOptionsWidgetBase::configChanged(const QString&): Not implemented yet" ); 00394 } 00395 00396 void ConfigureOptionsWidgetBase::configComboTextChanged(const QString&) 00397 { 00398 qWarning( "ConfigureOptionsWidgetBase::configComboTextChanged(const QString&): Not implemented yet" ); 00399 } 00400 00401 void ConfigureOptionsWidgetBase::configRemoved() 00402 { 00403 qWarning( "ConfigureOptionsWidgetBase::configRemoved(): Not implemented yet" ); 00404 } 00405 00406 void ConfigureOptionsWidgetBase::cserviceChanged() 00407 { 00408 qWarning( "ConfigureOptionsWidgetBase::cserviceChanged(): Not implemented yet" ); 00409 } 00410 00411 void ConfigureOptionsWidgetBase::cxxflagsClicked() 00412 { 00413 qWarning( "ConfigureOptionsWidgetBase::cxxflagsClicked(): Not implemented yet" ); 00414 } 00415 00416 void ConfigureOptionsWidgetBase::cxxserviceChanged() 00417 { 00418 qWarning( "ConfigureOptionsWidgetBase::cxxserviceChanged(): Not implemented yet" ); 00419 } 00420 00421 void ConfigureOptionsWidgetBase::f77flagsClicked() 00422 { 00423 qWarning( "ConfigureOptionsWidgetBase::f77flagsClicked(): Not implemented yet" ); 00424 } 00425 00426 void ConfigureOptionsWidgetBase::f77serviceChanged() 00427 { 00428 qWarning( "ConfigureOptionsWidgetBase::f77serviceChanged(): Not implemented yet" ); 00429 } 00430 00431 void ConfigureOptionsWidgetBase::setDirty() 00432 { 00433 qWarning( "ConfigureOptionsWidgetBase::setDirty(): Not implemented yet" ); 00434 } 00435 00436 void ConfigureOptionsWidgetBase::topsourcedirClicked() 00437 { 00438 qWarning( "ConfigureOptionsWidgetBase::topsourcedirClicked(): Not implemented yet" ); 00439 } 00440 00441 #include "configureoptionswidgetbase.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:36 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003