MauiKit File Browsing

BrowserHolder.qml
1import QtQuick
2import org.mauikit.filebrowsing as FB
3
4QtObject
5{
6 /**
7 *
8 */
9 property FB.FMList browser
10
11 /**
12 *
13 */
14 property bool visible: (browser.status.code === FB.PathStatus.ERROR || browser.status.empty) && browser.count <= 0
15
16
17 /**
18 *
19 */
20 property string emoji: browser.status.icon
21
22 /**
23 *
24 */
25 property string title : browser.status.title
26
27 /**
28 *
29 */
30 property string body: browser.status.message
31}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:26 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.