diff --git a/logPlus/QtWindowWellSection.cpp b/logPlus/QtWindowWellSection.cpp index 92cb267..ceb32ca 100644 --- a/logPlus/QtWindowWellSection.cpp +++ b/logPlus/QtWindowWellSection.cpp @@ -1232,6 +1232,10 @@ void CQtWindowWellSection::OnListBedValue(QString m_csWellName,QString m_OGTable CreateTattle(m_csWellName,m_OGTableName,outtable,sdep,edep); CDataImport::ChangetoSlf(m_csWellName); + QStringList Names; + Names.append(m_ListTableInf.m_TableName); + Names.append(outtable); + emit CallGlobalManage::getInstance()->sig_Notice_AddObject("WindowWellSection",m_csWellName,Names); // CWellSectionWindowDocument *pDoc=dynamic_cast(GetWindowDocument()); // int count=pDoc->GetFootSheetCount(); // for(int i=0;iGetName(),tablename,sdep,edep); // Do something here CDataImport::ChangetoSlf(slf); + QStringList Names; + Names.append(tablename); + emit CallGlobalManage::getInstance()->sig_Notice_AddObject("WindowWellSection",slf,Names); // CWellSectionWindowDocument *pDoc=dynamic_cast(GetWindowDocument()); // int count=pDoc->GetFootSheetCount(); // for(int i=0;i