TagsDialog
Properties | |
alias | composerList |
alias | listView |
alias | taglist |
Signals | |
void | tagsReady (var tags) |
Detailed Description
A popup dialog for selecting between all the available tags to associate to a given set of file URLs.
This popup page also allows to create new tags, edit existing ones and removing.
To associate the set of file URLs, use the exposed property composerList.urls
, which is an alias to TagsList::urls.
- See also
- composerList
-
TagsList::urls The
composerList
property exposes most of the available properties for tweaking the behaviour, and also contains the methods to perform any modifications to the tags.
Definition at line 49 of file TagsDialog.qml.
Property Documentation
◆ composerList
|
read |
An alias to the TagsList controller and model.
- Remarks
- This property is read-only
This property is exposed to set the file URLs to which perform any new assignment or removal of tags. Refer to its documentation for more details on the available actions.
Definition at line 71 of file TagsDialog.qml.
◆ listView
|
read |
An alias to the Mauikit ListBrowser element listing the tag elements.
- Remarks
- This property is read-only
Definition at line 63 of file TagsDialog.qml.
◆ taglist
|
read |
- Remarks
- This property is read-only
Definition at line 57 of file TagsDialog.qml.
Member Function Documentation
◆ tagsReady
|
signal |
Emitted once the assignment of the new set of tags has been done.
This can include removal or additions. This won't actually write any changes to the file URLs, to write the changes refer to the composerList.updateToUrls
function.
- See also
- TagsList::updateToUrls
- Parameters
-
tags the list of the new tag names associated to the file URLs
The documentation for this class was generated from the following file:
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.