Fluid
1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
AppBarAction.qml
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2026 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2
// SPDX-License-Identifier: MPL-2.0
3
4
import
Fluid as MD
5
17
MD.Action {
25
enum OverflowPolicy {
26
AutoOverflow,
27
NeverOverflow,
28
AlwaysOverflow
29
}
30
39
enum Presentation {
40
IconButton,
41
FilledButton,
42
Avatar
43
}
44
46
property bool visible: true
47
54
property int priority: 0
55
57
property int overflowPolicy: AppBarAction.AutoOverflow
58
60
property int presentation: AppBarAction.IconButton
61
}
src
controls
qml
components
AppBarAction.qml
Generated by
1.9.8