mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Project Tree updates (#8490)
Split project tree into multiple dockable tree views for plots, keeping one for 3d views.
This commit is contained in:
@@ -111,9 +111,25 @@ QString RiuDockWidgetTools::summaryPlotManagerName()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiuDockWidgetTools::plotMainWindowProjectTreeName()
|
||||
QString RiuDockWidgetTools::plotMainWindowDataSourceTreeName()
|
||||
{
|
||||
return "plotMainWindow_dockProjectTree";
|
||||
return "plotMainWindow_dockDataSourceTree";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiuDockWidgetTools::plotMainWindowPlotsTreeName()
|
||||
{
|
||||
return "plotMainWindow_dockPlotsTree";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiuDockWidgetTools::plotMainWindowScriptsTreeName()
|
||||
{
|
||||
return "plotMainWindow_dockScriptsTree";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user