kdf
Go to the documentation of this file.
31 setCaption( i18n(
"Configure") );
32 setButtons( Help|Apply|Ok|Cancel );
33 setDefaultButton( Ok );
34 setFaceType( KPageDialog::Tabbed );
38 connect( mConf, SIGNAL(configChanged()),
this, SLOT(
slotChanged()) );
39 addPage( mConf, i18n(
"General Settings") );
42 connect( mMnt, SIGNAL(configChanged()),
this, SLOT(
slotChanged()) );
43 addPage( mMnt, i18n(
"Mount Commands") );
45 enableButton( Apply,
false );
47 connect(
this,SIGNAL(okClicked()),
this,SLOT(
slotOk()));
48 connect(
this,SIGNAL(applyClicked()),
this,SLOT(
slotApply()));
70 enableButton( Apply,
false );
76 enableButton( Apply,
true );
80 #include "optiondialog.moc"
virtual void slotOk(void)
COptionDialog(QWidget *parent=0)
virtual void slotApply(void)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:23 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.