#5356 Phase Distribution Plots : Show title in MDI window title

This commit is contained in:
Magne Sjaastad 2020-01-24 11:22:54 +01:00
parent f120dd6929
commit 8aa1e6a047
2 changed files with 10 additions and 0 deletions

View File

@ -161,6 +161,14 @@ QImage RimWellDistributionPlotCollection::snapshotWindowContent()
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
void RimWellDistributionPlotCollection::zoomAll() {} void RimWellDistributionPlotCollection::zoomAll() {}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::PdmFieldHandle* RimWellDistributionPlotCollection::userDescriptionField()
{
return &m_plotWindowTitle;
}
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------

View File

@ -58,6 +58,8 @@ public:
QImage snapshotWindowContent() override; QImage snapshotWindowContent() override;
void zoomAll() override; void zoomAll() override;
caf::PdmFieldHandle* userDescriptionField() override;
private: private:
// RimPlotWindow overrides // RimPlotWindow overrides
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions, QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions,