浏览代码

Exposed Orientation of ctkExpandButton as QProperty

Benjamin Long 13 年之前
父节点
当前提交
2844d4e26e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Libs/Widgets/ctkExpandButton.h

+ 1 - 0
Libs/Widgets/ctkExpandButton.h

@@ -44,6 +44,7 @@ class CTK_WIDGETS_EXPORT ctkExpandButton
   : public QToolButton
   : public QToolButton
 {
 {
   Q_OBJECT
   Q_OBJECT
+  Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation)
   Q_PROPERTY(bool mirrorOnExpand READ mirrorOnExpand WRITE setMirrorOnExpand)
   Q_PROPERTY(bool mirrorOnExpand READ mirrorOnExpand WRITE setMirrorOnExpand)
 public:
 public:
   /// Superclass typedef
   /// Superclass typedef