securitydialogs/secuinotifications/secuinotificationdialogplugin/inc/secuinotificationdialogpluginkeys.h
branchGCC_SURGE
changeset 40 604cd42065d1
parent 37 7bad16cccaca
equal deleted inserted replaced
29:b63e8c2d8cff 40:604cd42065d1
    39 const QString KCodeBottom = "codeBottom";	// not really needed because is never sent back
    39 const QString KCodeBottom = "codeBottom";	// not really needed because is never sent back
    40 const QString KEmergency = "emergency";
    40 const QString KEmergency = "emergency";
    41 const QString KInvalidNewLockCode = "invalidNewLockCode";
    41 const QString KInvalidNewLockCode = "invalidNewLockCode";
    42 const QString KDefaultCode = "DefaultCode";
    42 const QString KDefaultCode = "DefaultCode";
    43 
    43 
       
    44 const QString KChecboxType = "ChecboxDialog";
       
    45 const QString KMultiChecboxType = "MultiChecboxDialog";
    44 // Keys for the return values passed back to calling application
    46 // Keys for the return values passed back to calling application
    45 const QString KResultAccepted = "accepted";         // int
    47 const QString KResultAccepted = "accepted";         // int
    46 const QString KSelectedMemoryIndex = "memory";      // int
    48 const QString KSelectedMemoryIndex = "memory";      // int
    47 const QString KCodeTopIndex = "codeTop";      // int
    49 const QString KCodeTopIndex = "codeTop";      // int
    48 const QString KCodeBottomIndex = "codeBottom";      // int	// not really needed because is never sent back
    50 const QString KCodeBottomIndex = "codeBottom";      // int	// not really needed because is never sent back