KDE3Support
#include <k3wizard.h>
Public Member Functions | |
K3Wizard (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags f=0) | |
~K3Wizard () | |
Detailed Description
General-purpose multi-page dialog.
KWizard is a class for a multi-page dialog. The user can navigate trough the pages with "Next" and "Back" buttons and is optionally offered "Finish", "Cancel" and "Help" buttons. A wizard comes in handy for tutorials or configuration dialogs with sequential steps.
KWizard is just a wrapper for Qt's QWizard class. See the QWizard documentation for a detailed description of available functions. The only added functionality is a KDE conformant translation mechanism for the built-in buttons.
- Version
- 0.3
Definition at line 45 of file k3wizard.h.
Constructor & Destructor Documentation
K3Wizard::K3Wizard | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
bool | modal = false , |
||
Qt::WindowFlags | f = 0 |
||
) |
Constructor.
Definition at line 31 of file k3wizard.cpp.
|
inline |
Destructor.
Definition at line 56 of file k3wizard.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.