securitysettings/cpeapuiplugins/cpeapuserpasswordui/inc/cpeapuserpasswordui.h
changeset 27 9660a5eb236f
parent 26 9abfd4f00d37
child 34 ad1f037f1ac2
equal deleted inserted replaced
26:9abfd4f00d37 27:9660a5eb236f
    15  *   Control Panel QT UI for username-password based EAP method configuration
    15  *   Control Panel QT UI for username-password based EAP method configuration
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 17 %
    20  * %version: 18 %
    21  */
    21  */
    22 
    22 
    23 #ifndef CPEAPUSERPASSWORDUI_H
    23 #ifndef CPEAPUSERPASSWORDUI_H
    24 #define CPEAPUSERPASSWORDUI_H
    24 #define CPEAPUSERPASSWORDUI_H
    25 
    25 
    84     HbDataFormModel *mModel;
    84     HbDataFormModel *mModel;
    85     CpSettingFormItemData *mUsername;
    85     CpSettingFormItemData *mUsername;
    86     CpSettingFormItemData *mPasswordPrompt;
    86     CpSettingFormItemData *mPasswordPrompt;
    87     CpSettingFormItemData *mPassword;
    87     CpSettingFormItemData *mPassword;
    88 
    88 
    89     EapQtValidator *mValidatorUsername;
    89     QScopedPointer<EapQtValidator> mValidatorUsername;
    90     EapQtValidator *mValidatorPassword;
    90     QScopedPointer<EapQtValidator> mValidatorPassword;
    91     
    91     
    92     bool mPasswordStored;
    92     bool mPasswordStored;
    93     bool mPasswordChanged;
    93     bool mPasswordChanged;
    94     HbLineEdit *mPasswordEdit;
    94     HbLineEdit *mPasswordEdit;
    95         
    95