ddt
1.0.0
datavisualisation
widgetsdialogs
src
include
ddt
widgets
ddtWidget.hpp
Go to the documentation of this file.
1
19
#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_WIDGETS_HPP
20
#define DDT_DATAVISUALISATION_DDTWIDGETS_WIDGETS_HPP
21
22
#include <QtWidgets>
23
28
class
DdtWidget
:
public
QDockWidget {
29
Q_OBJECT
30
31
public
:
36
explicit
DdtWidget
(QWidget* parent =
nullptr
);
37
41
virtual
~DdtWidget
() =
default
;
42
51
QWidget*
AddParentWidget
(QLayout* child_layout);
52
53
private
:
58
QGroupBox* group_box;
59
};
60
61
#endif
// DDT_DATAVISUALISATION_DDTWIDGETS_WIDGETS_HPP
62
DdtWidget
The DdtWidget class Use as wrapper class for new widgets.
Definition:
ddtWidget.hpp:28
DdtWidget::DdtWidget
DdtWidget(QWidget *parent=nullptr)
DdtWidget.
Definition:
ddtWidget.cpp:28
DdtWidget::AddParentWidget
QWidget * AddParentWidget(QLayout *child_layout)
AddParentWidget This will add the given layout to a QGroupBox Widget to integrate in the parent layou...
Definition:
ddtWidget.cpp:31
DdtWidget::~DdtWidget
virtual ~DdtWidget()=default
Generated by
1.9.1