Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
Action.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
4import QtQuick.Templates as T
5
32T.Action {
34 property string supportingText: ""
35
37 property string trailingText: ""
38
40 property var badgeContent: ""
41}