MauiKit File Browsing
PlacesListBrowser.qml
10 * @brief A browsing list of the system locations, such as common standard places, bookmarks and others as removable devices and networks.
12 * This control inherits from MauiKit ListBrowser, to checkout its inherited properties refer to docs.
14 * Most of the properties to control the behaviour is handled via the PlacesList model, which is exposed via the `list` property.
42 * <a href="https://invent.kde.org/maui/mauikit-filebrowser/examples/PlacesListBrowser.qml">You can find a more complete example at this link.</a>
56 * @note The menu has an extra property `index`, which refers to the index position of the entry where the menu was invoked at.
68 property int iconSize : Maui.Style.iconSizes.small
73 property string currentPath
162 iconSource: model.icon + (Qt.platform.os == "android" || Qt.platform.os == "osx" ? ("-sidebar") : "")
QString i18nd(const char *domain, const char *text, const TYPE &arg...)
QString label(StandardShortcut id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:33 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:33 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.