filemanager/src/inc/fmdefine.h
changeset 33 328cf6fbe40c
parent 27 df183af6b92f
child 40 4167eb56f30d
equal deleted inserted replaced
32:39cf9ced4cc4 33:328cf6fbe40c
    69 #define FmViewDetail_Contacts ( "\\private\\10003a73\\SQLite__Contacts.cdb" )
    69 #define FmViewDetail_Contacts ( "\\private\\10003a73\\SQLite__Contacts.cdb" )
    70 
    70 
    71 #define FmMaxLengthofDriveName           11
    71 #define FmMaxLengthofDriveName           11
    72 #define FmMaxLengthofDrivePassword       8
    72 #define FmMaxLengthofDrivePassword       8
    73 
    73 
       
    74 // used to match un-zeroLength string, empty character such as space is acceptable
       
    75 #define Regex_ValidUnZeroLength QString( "^.+$" )
    74 
    76 
    75 // used to match un-empty string, and is not totally empty characters.
    77 // used to match un-empty string, and is not totally empty characters.
    76 #define Regex_ValidUnEmpty QString( "^.*[^\\s].*$" )
    78 #define Regex_ValidUnEmpty QString( "^.*[^\\s].*$" )
    77 
    79 
    78 // this is regexp for vaild file/folder name: no \/:*?"<>| and is not totally empty characters.
    80 // this is regexp for vaild file/folder name: no \/:*?"<>| and is not totally empty characters.