21 #include <tqapplication.h>
22 #include <tqpushbutton.h>
24 #include <kiconloader.h>
26 #include <tdeglobalsettings.h>
27 #include <kstdguiitem.h>
32 : TQWizard( parent, name, modal, f )
41 backButton()->setIconSet( back.iconSet() );
42 nextButton()->setIconSet( forward.iconSet() );
44 finishButton()->setIconSet( SmallIconSet(
"apply" ) );
45 cancelButton()->setIconSet( SmallIconSet(
"button_cancel" ) );
46 helpButton()->setIconSet( SmallIconSet(
"help" ) );
48 backButton()->setText( i18n(
"&Back" ) );
49 nextButton()->setText( i18n(
"Opposite to Back",
"&Next" ) );
52 TQFont font = titleFont();
57 #include "kwizard.moc"
An abstract class for GUI data such as ToolTip and Icon.
static KGuiItem back(BidiMode useBidi=IgnoreRTL)
Return a GUI item for a 'back' action, like Konqueror's back button.
static KGuiItem forward(BidiMode useBidi=IgnoreRTL)
Return a GUI item for a 'forward' action, like Konqueror's forward button.
KWizard(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0)
Constructor.
static bool showIconsOnPushButtons()