可视解释修改多结论,QMyCustomPlot,设置uuid
This commit is contained in:
parent
2e478d3acb
commit
0bb6cce56f
|
|
@ -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 = "";
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user