kexi
KexiMigration::ImportWizard Class Reference
#include <importwizard.h>
Inherits KWizard.
Detailed Description
GUI for importing external databases (file-based and server-based).Definition at line 63 of file importwizard.h.
Public Slots | |
void | progressUpdated (int percent) |
Public Member Functions | |
ImportWizard (QWidget *parent=0, QMap< QString, QString > *args=0) | |
Protected Slots | |
virtual void | next () |
virtual void | back () |
void | pageSelected (const QString &) |
virtual void | accept () |
virtual void | reject () |
void | helpClicked () |
void | slotOptionsButtonClicked () |
Constructor & Destructor Documentation
ImportWizard::ImportWizard | ( | QWidget * | parent = 0 , |
|
QMap< QString, QString > * | args = 0 | |||
) |
Creates wizard's instance. args contains arguments that can be parsed by parseArguments(). *arg will be also set to imported project's filename on success and to null value on failure or cancellation.
Definition at line 61 of file importwizard.cpp.
Member Function Documentation
void ImportWizard::next | ( | ) | [protected, virtual, slot] |
The documentation for this class was generated from the following files: