优化属性选项值
This commit is contained in:
parent
746166482a
commit
614b893869
|
|
@ -5958,17 +5958,6 @@ void QMyCustomPlot::s_changeJiegutextTitle(QString strUuid, QString strSlfName,
|
||||||
//重新加载
|
//重新加载
|
||||||
//QString strAliasName = "气测-FMT-射孔-文本";
|
//QString strAliasName = "气测-FMT-射孔-文本";
|
||||||
LoadFromSLF_Jiegutext(m_strSlfName, m_strLineName, strAliasName);
|
LoadFromSLF_Jiegutext(m_strSlfName, m_strLineName, strAliasName);
|
||||||
//设置所有title,供用户选择
|
|
||||||
FormInfo* pInfo = m_formTrack->getFormInfoByParameters(m_strUuid, m_strWellName, m_strTrackName, m_strLineName);
|
|
||||||
if (pInfo == NULL)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
//
|
|
||||||
pInfo->m_strAliasName = strAliasName;
|
|
||||||
pInfo->m_FieldNameList.clear();
|
|
||||||
pInfo->m_FieldNameList.append(this->m_FieldNameList);
|
|
||||||
pInfo->update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//改变录井剖面属性
|
//改变录井剖面属性
|
||||||
|
|
@ -6459,6 +6448,19 @@ bool QMyCustomPlot::LoadFromSLF_Jiegutext(QString strSlfName, QString csCurve, Q
|
||||||
delete m_pResult;
|
delete m_pResult;
|
||||||
}
|
}
|
||||||
delete logio;
|
delete logio;
|
||||||
|
|
||||||
|
//设置所有title,供用户选择
|
||||||
|
FormInfo* pInfo = m_formTrack->getFormInfoByParameters(m_strUuid, m_strWellName, m_strTrackName, m_strLineName);
|
||||||
|
if (pInfo == NULL)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
//
|
||||||
|
pInfo->m_strAliasName = strAliasName;
|
||||||
|
pInfo->m_FieldNameList.clear();
|
||||||
|
pInfo->m_FieldNameList.append(this->m_FieldNameList);
|
||||||
|
pInfo->update();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user