changeset 1 | f7ac710697a9 |
parent 0 | 16d8024aca5e |
0:16d8024aca5e | 1:f7ac710697a9 |
---|---|
39 { |
39 { |
40 Q_OBJECT |
40 Q_OBJECT |
41 Q_ENUMS(layoutDirection) |
41 Q_ENUMS(layoutDirection) |
42 Q_INTERFACES(QGraphicsLayout) |
42 Q_INTERFACES(QGraphicsLayout) |
43 |
43 |
44 Q_PROPERTY(int spacing READ spacing WRITE setSpacing) |
44 Q_PROPERTY(qreal spacing READ spacing WRITE setSpacing) |
45 |
45 |
46 public: |
46 public: |
47 |
47 |
48 enum AnimationType { |
48 enum AnimationType { |
49 RemoveAnimation, |
49 RemoveAnimation, |