DataWidgets.h File Reference

Declares various widgets which carry with them a data item which holds information about their identity. More...

#include <QPushButton>
#include <QSpinBox>
#include <QLabel>
#include <QResizeEvent>

Include dependency graph for DataWidgets.h:

This graph shows which files directly or indirectly include this file:


Classes

class  DataPushButton
 DataPushButton is a push button with some memory about its identity. More...
class  DataSpinBox
 DataSpinBox is a spin box with memory which can be set to middle values. More...
class  ActionPushButton
 ActionPushButton is a QPushButton which takes its characteristics from a QAction. More...
class  SizedWidget
 SizedWidget is a normal QWidget which impements sizeHint(). More...

Detailed Description

Declares various widgets which carry with them a data item which holds information about their identity.

Declares the DataSpinBox and DataSpinBox classes which are data widgets. Declares SizedWidget which is not really related to this file but is here anyway. Declares ActionPushButton which is an action oriented push button.