Fluid
Loading...
Searching...
No Matches
Page Class Reference

Represents a page on the navigation page stack. More...

Inheritance diagram for Page:
Inheritance graph
[legend]
Collaboration diagram for Page:
Collaboration graph
[legend]

Detailed Description

Represents a page on the navigation page stack.

Example:

import QtQuick
import Fluid as Fluid
Fluid.Page {
title: "Application Name"
actions: [
Fluid.Action {
name: "Print"
// Icon name from the Google Material Design icon pack
icon.source: Fluid.Utils.iconUrl("action/print")
}
]
}

The documentation for this class was generated from the following file: