mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
New dockingsystem (#9116)
* Use Qt Advanced Docking as forked submodule * Use new docking system in code
This commit is contained in:
@@ -41,10 +41,10 @@
|
||||
#include "qwt_text.h"
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QDockWidget>
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QVBoxLayout>
|
||||
#include <QWidget>
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -511,7 +511,7 @@ void RiuPvtPlotWidget::slotPickerActivated( bool on )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuPvtPlotPanel::RiuPvtPlotPanel( QDockWidget* parent )
|
||||
RiuPvtPlotPanel::RiuPvtPlotPanel( QWidget* parent )
|
||||
: QWidget( parent )
|
||||
, m_unitSystem( RiaDefines::EclipseUnitSystem::UNITS_UNKNOWN )
|
||||
, m_plotUpdater( new RiuPvtPlotUpdater( this ) )
|
||||
|
||||
Reference in New Issue
Block a user