securitysettings/eapqtdialogs/inc/eapusernamepwddialog.h
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 36 c98682f98478
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: User authentication Dialog
    15 *
       
    16 */
    15 */
    17 
    16 
       
    17 /*
       
    18  * %version: 3 %
       
    19  */
    18 
    20 
    19 #ifndef __EAPUSERNAMEPWDDIALOG_H__
    21 #ifndef __EAPUSERNAMEPWDDIALOG_H__
    20 #define __EAPUSERNAMEPWDDIALOG_H__
    22 #define __EAPUSERNAMEPWDDIALOG_H__
    21 
    23 
    22 #include <HbTranslator>
       
    23 #include <HbInputDialog>
    24 #include <HbInputDialog>
    24 #include <HbLineEdit>
       
    25 #include <HbAction>
       
    26 #include <hbdevicedialoginterface.h>
    25 #include <hbdevicedialoginterface.h>
    27 
    26 
    28 class EapQtValidator;
    27 class EapQtValidator;
       
    28 class HbTranslator;
       
    29 class HbLineEdit;
       
    30 class HbAction;
    29 
    31 
    30 class EapUsernamePwdDialog: public HbInputDialog, public HbDeviceDialogInterface
    32 class EapUsernamePwdDialog: public HbInputDialog, public HbDeviceDialogInterface
    31     {
    33     {
    32     Q_OBJECT
    34     Q_OBJECT
    33 
    35 
    83         
    85         
    84         /* Pointer to the line edit 2 object */
    86         /* Pointer to the line edit 2 object */
    85         HbLineEdit *mEdit2;
    87         HbLineEdit *mEdit2;
    86         
    88         
    87         /* Pointer to the user name validator object */
    89         /* Pointer to the user name validator object */
    88         EapQtValidator *mUnameValidator;
    90         QScopedPointer<EapQtValidator> mUnameValidator;
    89                 
    91                 
    90         /* Pointer to the password validator object */
    92         /* Pointer to the password validator object */
    91         EapQtValidator *mPwdValidator;
    93         QScopedPointer<EapQtValidator> mPwdValidator;
    92                 
    94                 
    93         /* Pointer to the HbTranslator */
    95         /* Pointer to the HbTranslator */
    94         QScopedPointer<HbTranslator> mTranslator;
    96         QScopedPointer<HbTranslator> mTranslator;
    95         
    97         
    96         /* Tells whether close has already been called for the dialog */
    98         /* Tells whether close has already been called for the dialog */