Best way to slide contents
Unsolved
QML and Qt Quick
-
Hi!
I'm working on a QML application that will be based upon a single page with static contents on top and bottom sides. Then, in the central part I need to display different components (contents) which should enter/exit offscreen with a slide animation.What would be the best approach for such a layout?
-
Hi @Mark81,
IMO, SwipeView suits your needs. For Static contents on top and bottom you can createItem
's which can be easily customized.
All these 3 components can be added inside a ColumnLayout.