[TD]Standard Line Styles - Gui components

This commit is contained in:
wandererfan
2023-11-16 11:33:45 -05:00
committed by WandererFan
parent b64fd9ac03
commit 762e1b53ff
42 changed files with 1494 additions and 1395 deletions

View File

@@ -135,3 +135,8 @@ void QGICenterLine::setTools()
m_pen.setColor(m_colCurrent);
m_line->setPen(m_pen);
}
void QGICenterLine::setLinePen(QPen isoPen)
{
m_pen = isoPen;
}