21 #ifndef __ctkWorkflowWidget_h
22 #define __ctkWorkflowWidget_h
27 class QAbstractButton;
31 #include "ctkWidgetsExport.h"
38 class ctkWorkflowWidgetPrivate;
47 Q_PROPERTY(
bool showButtonBoxWidget READ showButtonBoxWidget WRITE setShowButtonBoxWidget)
123 QScopedPointer<ctkWorkflowWidgetPrivate>
d_ptr;
ctkWorkflowGroupBox is a widget displaying the user interface elements, title, description and/or err...
ctkWorkflowStep is the basis for a workflow step.
ctkWorkflow is the basis for a workflow engine, i.e. a state machine with enhancements to support ctk...