mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5356 Phase Distribution Plots : Show title in MDI window title
This commit is contained in:
parent
f120dd6929
commit
8aa1e6a047
@ -161,6 +161,14 @@ QImage RimWellDistributionPlotCollection::snapshotWindowContent()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RimWellDistributionPlotCollection::zoomAll() {}
|
void RimWellDistributionPlotCollection::zoomAll() {}
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
caf::PdmFieldHandle* RimWellDistributionPlotCollection::userDescriptionField()
|
||||||
|
{
|
||||||
|
return &m_plotWindowTitle;
|
||||||
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user