KDE3Support
Go to the documentation of this file.
22 #include <QtGui/QPushButton>
23 #include <QtCore/QCharRef>
38 KGuiItem back = KStandardGuiItem::back( KStandardGuiItem::UseRTL );
39 KGuiItem forward = KStandardGuiItem::forward( KStandardGuiItem::UseRTL );
41 backButton()->setIcon( back.
icon() );
42 nextButton()->setIcon( forward.
icon() );
44 finishButton()->setIcon(
KIcon(
"dialog-ok-apply" ) );
45 cancelButton()->setIcon(
KIcon(
"dialog-cancel" ) );
46 helpButton()->setIcon(
KIcon(
"help-contents" ) );
48 backButton()->setText(
i18n(
"&Back" ) );
49 nextButton()->setText(
i18nc(
"Opposite to Back",
"&Next" ) );
52 QFont font = titleFont();
57 #include "k3wizard.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:04 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.