21#ifndef __ctkExpandButton_h
22#define __ctkExpandButton_h
30#include "ctkWidgetsExport.h"
32class 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;