Dummy class for putting into a GUI (mainly using Qt Designer). More...
#include <QmitkToolGUIArea.h>
Public Member Functions | |
| QmitkToolGUIArea (QWidget *parent=0, Qt::WFlags f=0) | |
| virtual | ~QmitkToolGUIArea () |
Dummy class for putting into a GUI (mainly using Qt Designer).
This class is nothing more than a QWidget. It is good for use with QmitkToolSelectionBox as a place to display GUIs for active tools.
Last contributor: $Author$
Definition at line 33 of file QmitkToolGUIArea.h.
| QmitkToolGUIArea::QmitkToolGUIArea | ( | QWidget * | parent = 0, |
| Qt::WFlags | f = 0 |
||
| ) |
Definition at line 20 of file QmitkToolGUIArea.cpp.
:QWidget(parent,f)
{
QWidget::setContentsMargins(0, 0, 0, 0);
}
| QmitkToolGUIArea::~QmitkToolGUIArea | ( | ) | [virtual] |
Definition at line 26 of file QmitkToolGUIArea.cpp.
{
}
1.7.2