first release
[groupsms] / sms / xmlstring.h
1 #ifndef XMLSTRING_H
2 #define XMLSTRING_H
3
4 #include <QString>
5
6 const QString STR_XML_GROUPSMS = "GroupSMS";
7 const QString STR_XML_VERSION = "Version";
8 const QString STR_XML_VERSION_NUMBER = "0.1";
9
10 const QString STR_XML_GROUP = "Group";
11 const QString STR_XML_GROUP_NAME = "GroupName";
12 const QString STR_XML_ALLCONTACTS = "All_Contacts";
13 const QString STR_XML_CONTACT = "Contact";
14 const QString STR_XML_CONTACT_UID = "Uid";
15 const QString STR_XML_CONTACT_FULL_NAME = "Full_Name";
16 const QString STR_XML_CONTACT_MOBILE_NUMBER = "Mobile_Number";
17 const QString STR_XML_CONTACT_GROUP_OWNER = "Group_Owner";
18 const QString STR_XML_CONTACT_PIC_URI = "Pic_Uri";
19
20 #endif // XMLSTRING_H