v2.0.0
Loading...
Searching...
No Matches
multiviewwindow.cpp
Go to the documentation of this file.
1//=============================================================================================================
14
15//=============================================================================================================
16// INCLUDES
17//=============================================================================================================
18
19#include "multiviewwindow.h"
20#include "multiview.h"
21
22//=============================================================================================================
23// Qt INCLUDES
24//=============================================================================================================
25
26#include <QGridLayout>
27#include <QListView>
28#include <QDockWidget>
29#include <QDebug>
30
31//=============================================================================================================
32// USED NAMESPACES
33//=============================================================================================================
34
35using namespace DISPLIB;
36
37//=============================================================================================================
38// DEFINE MEMBER METHODS
39//=============================================================================================================
40
42 Qt::WindowFlags flags)
43: QDockWidget(parent, flags)
44{
45 //this->setWidget(parent);
46}
47
48//=============================================================================================================
49
QMainWindow container hosting an arbitrary number of MultiViewWindow dock widgets.
QDockWidget wrapper used as the building block of MultiView layouts.
2-D display widgets and visualisation helpers (charts, topography, colour maps).
MultiViewWindow(QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags())