mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-22 01:29:59 +01:00
DXF - Add terminals to plot (optional)
This commit is contained in:
@@ -438,6 +438,12 @@ int Createdxf::getcolorCode (const long red, const long green, const long blue)
|
||||
}
|
||||
return minndx;
|
||||
}
|
||||
int Createdxf::dxfColor(QColor color) {
|
||||
return Createdxf::getcolorCode(color.red(), color.green(), color.blue());
|
||||
}
|
||||
int Createdxf::dxfColor(QPen pen) {
|
||||
return Createdxf::dxfColor(pen.color());
|
||||
}
|
||||
|
||||
/**
|
||||
@brief Createdxf::drawLine
|
||||
|
||||
Reference in New Issue
Block a user