21 #ifndef __ctkExpandButton_h
22 #define __ctkExpandButton_h
25 #include <QToolButton>
30 #include "ctkWidgetsExport.h"
32 class ctkExpandButtonPrivate;
47 Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation)
48 Q_PROPERTY(
bool mirrorOnExpand READ mirrorOnExpand WRITE setMirrorOnExpand)
65 void updateIcon(Qt::LayoutDirection newDirection);
71 QScopedPointer<ctkExpandButtonPrivate>
d_ptr;