[TD]Export Svg hatch as bitmap
This commit is contained in:
@@ -74,6 +74,15 @@ bool QGCustomImage::load(QString fileSpec)
|
||||
return(success);
|
||||
}
|
||||
|
||||
bool QGCustomImage::load(QPixmap map)
|
||||
{
|
||||
bool success = true;
|
||||
m_px = map;
|
||||
prepareGeometryChange();
|
||||
setPixmap(m_px);
|
||||
return(success);
|
||||
}
|
||||
|
||||
QSize QGCustomImage::imageSize(void)
|
||||
{
|
||||
QSize result = m_px.size();
|
||||
|
||||
Reference in New Issue
Block a user