20 #ifndef __PSWGEN_GUI_GUI_H    21 #define __PSWGEN_GUI_GUI_H    25 #include <Plugins/iPlugin>    58     virtual bool init(
const QString & args);
    62     virtual bool isReady()
 const { 
return mReady; }
    68     void textChanged(QString 
const &);
    71     void generateClicked();
    79     static int const DefaultPasswordLength;
    91     QLineEdit * wMasterPassword;
    96     QLineEdit * wPassword;
    97     QPushButton * wGenerate;
 Version information for eVaf modules. 
 
Graphical User Interface for the PswGen application. 
 
#define VER_MODULE_NAME_STR
Module/library name (shall end with \0) 
 
Password generator interface. 
 
Common interface for all the eVaf modules. 
 
Password storage interface.