KIO
Go to the documentation of this file.
24 #include <QtGui/QMessageBox>
25 #include <QtGui/QWidget>
26 #include <QtGui/QLayout>
27 #include <QtGui/QLabel>
37 setCaption(
i18n(
"Information" ) );
42 setButtons(
Cancel | User1 | User2 );
44 setButtonText( User1,
i18n(
"Skip" ) );
45 connect(
this, SIGNAL(user1Clicked()), SLOT(skipPressed()) );
47 setButtonText( User2,
i18n(
"AutoSkip" ) );
48 connect(
this, SIGNAL(user2Clicked()), SLOT(autoSkipPressed()) );
51 connect(
this, SIGNAL(cancelClicked()), SLOT(cancelPressed()) );
53 setMainWidget(
new QLabel( _error_text,
this ) );
62 void SkipDialog::cancelPressed()
67 void SkipDialog::skipPressed()
72 void SkipDialog::autoSkipPressed()
77 #include "skipdialog.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 21:04:59 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.