15 #ifndef QGSSYMBOLOGYV2CONVERSION_H 16 #define QGSSYMBOLOGYV2CONVERSION_H 35 static QString penStyle2QString( Qt::PenStyle penstyle );
36 static Qt::PenStyle qString2PenStyle(
const QString&
string );
37 static QString brushStyle2QString( Qt::BrushStyle brushstyle );
38 static Qt::BrushStyle qString2BrushStyle(
const QString&
string );
41 #endif // QGSSYMBOLOGYV2CONVERSION_H
This class is not a part of public API, it is intended only for compatibility with older versions of ...