phonebookui/cntcommonui/contacteditors/cntdetailconst.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    19 #define CNTDETAILCONST_H_
    19 #define CNTDETAILCONST_H_
    20 
    20 
    21 #include <Qt>
    21 #include <Qt>
    22 #include <QDate>
    22 #include <QDate>
    23 #include <QString>
    23 #include <QString>
    24 const int CNT_NOTE_EDITOR_MIN_ROWCOUNT = 5;
    24 const int CNT_NOTE_EDITOR_MIN_ROWCOUNT = 3;
    25 const int CNT_PHONENUMBER_EDITOR_MAXLENGTH = 48;
    25 const int CNT_PHONENUMBER_EDITOR_MAXLENGTH = 48;
    26 const int CNT_DTMF_EDITOR_MAXLENGTH = 60;
    26 const int CNT_DTMF_EDITOR_MAXLENGTH = 60;
    27 const int CNT_URL_EDITOR_MAXLENGTH = 1000;
    27 const int CNT_URL_EDITOR_MAXLENGTH = 1000;
    28 const int CNT_NAMES_EDITOR_MAXLENGTH = 50;
    28 const int CNT_NAMES_EDITOR_MAXLENGTH = 50;
    29 const int CNT_PREFIXSUFFIX_EDITOR_MAXLENGTH = 10;
    29 const int CNT_PREFIXSUFFIX_EDITOR_MAXLENGTH = 10;