securitydialogs/secuinotifications/secuinotificationdialogplugin/inc/secuinotificationdialogpluginkeys.h
changeset 30 cc1cea6aabaf
parent 19 098e361762d2
equal deleted inserted replaced
26:aad866c37519 30:cc1cea6aabaf
    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