(#490) Added user description field to well log plot tracks

This commit is contained in:
Pål Hagen
2015-09-18 11:07:21 +02:00
parent 2653bcf1a9
commit 59efb31523
4 changed files with 24 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ void RicNewWellLogPlotFeature::onActionTriggered(bool isChecked)
RimWellLogPlotTrace* plotTrace = new RimWellLogPlotTrace();
plot->addTrace(plotTrace);
plotTrace->setDescription(QString("Track %1").arg(plot->traceCount()));
plot->loadDataAndUpdate();
plot->updateConnectedEditors();