 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
21 #ifndef __ctkExpandableWidget_h
22 #define __ctkExpandableWidget_h
29 #include "ctkWidgetsExport.h"
30 class ctkExpandableWidgetPrivate;
50 Q_PROPERTY(Qt::Orientations orientations READ orientations WRITE setOrientations)
53 Q_PROPERTY(
bool sizeGripInside READ isSizeGripInside WRITE setSizeGripInside)
62 Q_PROPERTY(QSize sizeGripMargins READ sizeGripMargins WRITE setSizeGripMargins)
94 QScopedPointer<ctkExpandableWidgetPrivate>
d_ptr;
97 virtual bool event(QEvent* event);
104 #endif // __ctkExpandableWidget_h