80 Q_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
81 Q_PROPERTY(
bool inverted READ isInverted WRITE setInverted )
87 void setOrientation( Qt::Orientation );
88 Qt::Orientation orientation()
const;
90 void setInverted(
bool );
91 bool isInverted()
const;
94 void setup()
override;
95 void advanceIndex( qreal value )
override;
99 Qt::Orientation m_orientation : 2;
121 Q_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
122 Q_PROPERTY(
bool inverted READ isInverted WRITE setInverted )
128 void setOrientation( Qt::Orientation );
129 Qt::Orientation orientation()
const;
131 void setInverted(
bool );
132 bool isInverted()
const;
135 void setup()
override;
136 void advanceIndex( qreal value )
override;
137 void done()
override;
140 QTransform transformation(
const QQuickItem*,
bool increasing, qreal value )
const;
142 Qt::Orientation m_orientation : 2;