屏蔽曲线加载的consoler日志,提升加载速度,避免大数据量时卡死
This commit is contained in:
parent
0c0d7a2b9b
commit
d4f080f02e
|
|
@ -3568,7 +3568,7 @@ void FormDraw::s_AddLine_Property(QString strUuid, QString strSlfName, QString s
|
|||
}
|
||||
|
||||
//qDebug() << "FormDraw s_AddLine_Property";
|
||||
AppendConsole(PAI_INFO, "FormDraw s_AddLine_Property");
|
||||
//AppendConsole(PAI_INFO, "FormDraw s_AddLine_Property");
|
||||
|
||||
if(m_listLineName.contains(strLineName))
|
||||
{
|
||||
|
|
@ -3592,7 +3592,7 @@ void FormDraw::s_AddLine_Property(QString strUuid, QString strSlfName, QString s
|
|||
//
|
||||
m_listLineName.push_back(strLineName);
|
||||
|
||||
AppendConsole(PAI_INFO, "FormDraw s_AddLine_Property end");
|
||||
//AppendConsole(PAI_INFO, "FormDraw s_AddLine_Property end");
|
||||
}
|
||||
//#include "CylinderImagePlot.h"
|
||||
void FormDraw::s_addWave(QString strUuid, QString strSlfName, QString strWellName, QString strTrackName, QString strWaveName)
|
||||
|
|
@ -4152,7 +4152,7 @@ void FormDraw::setupSelectionDemo(QMyCustomPlot *customPlot)
|
|||
double key = customPlot->graph(i)->data()->at(k)->key;
|
||||
double value = customPlot->graph(i)->data()->at(k)->value;
|
||||
|
||||
AppendConsole(PAI_INFO, QString("曲线 %1: (%2, %3)").arg(i).arg(key).arg(value));
|
||||
//AppendConsole(PAI_INFO, QString("曲线 %1: (%2, %3)").arg(i).arg(key).arg(value));
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ QtProjectWidgets::QtProjectWidgets(QWidget *parent)
|
|||
connect(ui->btnFind, &QPushButton::clicked, this, [ = ]()
|
||||
{
|
||||
qDebug()<<"btnFind clicked";
|
||||
AppendConsole(PAI_INFO, "btnFind clicked...");
|
||||
//AppendConsole(PAI_INFO, "btnFind clicked...");
|
||||
|
||||
//emit CallManage::getInstance()->sig_Find();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user