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

SnackBar provides a brief feedback about an operation. More...

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

Detailed Description

SnackBar provides a brief feedback about an operation.

title: qsTr("Send a message")
anchors.centerIn: parent
text: qsTr("Send Message")
onClicked: snackBar.open(qsTr("Message sent"))
}
id: snackBar
}
}
Definition Button.qml:17
Represents a page on the navigation page stack.
Definition Page.qml:42
SnackBar provides a brief feedback about an operation.
Definition SnackBar.qml:47

SnackBar provides a brief feedback about an operation through a message at the bottom of the screen.

It contains a single line of text directly related to the operation performed. There can be a text action, but no icons.

For more information you can read the Material Design guidelines.


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