Sliding toolbars ?
Unsolved
QML and Qt Quick
-
Can something like this be done with QML in a Qt Quick app ?
-
@Nevering
A ListView withhorizontal
orientation andRight to left
layoutDirection will do. Use states and transtions to animate it. Don't forget to anchor it to right of the parent.
More info:
http://doc.qt.io/qt-5/qml-qtquick-listview.html#listview-layouts
http://doc.qt.io/qt-5/qtquick-statesanimations-animations.html
http://doc.qt.io/qt-5/qml-qtquick-item.html#anchors-prop