satui/satapp/inc/satappcommonconstant.h
changeset 27 7eb70891911c
parent 15 d7fc66ccd6fb
child 31 a2467631ae02
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    20 
    20 
    21 //  CONSTANTS
    21 //  CONSTANTS
    22 
    22 
    23 const int KDisplayTxtUserClearTimeout( 60000 );
    23 const int KDisplayTxtUserClearTimeout( 60000 );
    24 // As the QT for S60 is slow, we use 6 sec, in symbian sat ui we use 3 sec.
    24 // As the QT for S60 is slow, we use 6 sec, in symbian sat ui we use 3 sec.
    25 const int KDisplayTxtDefaultduration( 6000 );
    25 // Rollback to 3s
       
    26 const int KDisplayTxtDefaultduration( 3000 );
    26 
    27 
    27 const unsigned int KGetInputStringMaxSize = 0xEF;
    28 const unsigned int KGetInputStringMaxSize = 0xEF;
    28 
    29 
    29 const int KExtendTimeoutMseconds(3000);
    30 const int KExtendTimeoutMseconds(3000);
    30 const int KDefaultSelectionTimeoutMseconds(60000);
    31 const int KDefaultSelectionTimeoutMseconds(60000);