40 #ifndef __OPENFLUID_TOOLS_QTHELPERS_HPP__ 41 #define __OPENFLUID_TOOLS_QTHELPERS_HPP__ 51 #include <QStringList> QString OPENFLUID_API toIniCompatible(const std::string &Str)
QDateTime OPENFLUID_API toQDateTime(const openfluid::core::DateTime &DT)
std::string OPENFLUID_API fromIniCompatible(const QVariant &Var)
QString OPENFLUID_API decodeXMLEntities(const QString &Str)
std::list< std::string > OPENFLUID_API toStdStringList(const QStringList &StrList)
#define OPENFLUID_API
Definition: dllexport.hpp:87
QStringList OPENFLUID_API toQStringList(const std::vector< std::string > &StrVect)
Class for management of date and time information.
Definition: DateTime.hpp:132
std::vector< std::string > toStdStringVector(const QStringList &StrList)
Definition: ApplicationException.hpp:47
QString OPENFLUID_API escapeXMLEntities(const QString &Str)