mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2167 statistics dialog. Screen dump to clipboard or file
This commit is contained in:
@@ -613,8 +613,9 @@ void Rim3dOverlayInfoConfig::showStatisticsInfoDialog()
|
||||
m_gridStatisticsDialog->show();
|
||||
|
||||
m_gridStatisticsDialog->setLabel("Grid statistics");
|
||||
m_gridStatisticsDialog->setInfoText(m_viewDef);
|
||||
m_gridStatisticsDialog->setHistogramData(m_viewDef);
|
||||
m_gridStatisticsDialog->setCurrentRimView(m_viewDef);
|
||||
//m_gridStatisticsDialog->setInfoText(m_viewDef);
|
||||
//m_gridStatisticsDialog->setHistogramData(m_viewDef);
|
||||
|
||||
m_gridStatisticsDialog->raise();
|
||||
}
|
||||
@@ -657,8 +658,9 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
updateEclipse3DInfo(reservoirView);
|
||||
|
||||
// Update statistics dialog
|
||||
m_gridStatisticsDialog->setInfoText(reservoirView);
|
||||
m_gridStatisticsDialog->setHistogramData(reservoirView);
|
||||
m_gridStatisticsDialog->setCurrentRimView(reservoirView);
|
||||
//m_gridStatisticsDialog->setInfoText(reservoirView);
|
||||
//m_gridStatisticsDialog->setHistogramData(reservoirView);
|
||||
}
|
||||
|
||||
RimGeoMechView * geoMechView = dynamic_cast<RimGeoMechView*>(m_viewDef.p());
|
||||
@@ -669,8 +671,9 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
updateGeoMech3DInfo(geoMechView);
|
||||
|
||||
// Update statistics dialog
|
||||
m_gridStatisticsDialog->setInfoText(geoMechView);
|
||||
m_gridStatisticsDialog->setHistogramData(geoMechView);
|
||||
m_gridStatisticsDialog->setCurrentRimView(geoMechView);
|
||||
//m_gridStatisticsDialog->setInfoText(geoMechView);
|
||||
//m_gridStatisticsDialog->setHistogramData(geoMechView);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user