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