PageStack QML Type
Manages the page stack used for navigation. More...
Import Statement: | import Fluid.Controls 1.1 |
Signals
Detailed Description
Signal Documentation
popped(page) |
This signal is emitted when an item is popped from the stack.
pushed(page) |
This signal is emitted when an item is pushed to the stack.
replaced(page) |
This signal is emitted when an item is replaced in the stack.