可视解释修改多结论,QMyCustomPlot,设置uuid

This commit is contained in:
DESKTOP-450PEFP\mainc 2026-02-28 09:10:57 +08:00
parent 2e478d3acb
commit 0bb6cce56f
2 changed files with 12 additions and 1 deletions

View File

@ -3554,6 +3554,17 @@ bool FormDraw::LoadFromSLF_Result(QMyCustomPlot *widget, QString strSlfName, QSt
pGroup->addResultToPlot(-m_Result->EndDepth, -m_Result->MDepth1, result1, strUuid);
}
}
if (result2 != "")
{
if (m_Result->MDepth3 != 0)
{
pGroup->addResultToPlot(-m_Result->MDepth3, -m_Result->MDepth2, result2, strUuid);
}
else {
pGroup->addResultToPlot(-m_Result->EndDepth, -m_Result->MDepth2, result2, strUuid);
}
}
continue;
//
strUuid = "";

View File

@ -112,7 +112,7 @@ QMyCustomPlot::QMyCustomPlot(QWidget *parent, QString strSlfName, QString strWel
void QMyCustomPlot::initGeometry(QString strUuid, int nscale, int nW)
{
this->m_strUuid = m_strUuid;
this->m_strUuid = strUuid;
double dHight = (m_iY2 - m_iY1)*100.0 / (double)nscale * g_dPixelPerCm;
if (g_iShow == 1)