00001 #ifndef _UTILS_HPP_ 00002 #define _UTILS_HPP_ 00003 00004 #include <qcolor.h> 00005 00006 QColor trust2rgb(float trust); 00007 float trustItem2float (int item); 00008 int float2TrustItem (float trust); 00009 QString escapeXml(const QString &str); 00010 00011 #endif //_UTILS_HPP_