NewTagDialog
NewTagDialog Class Reference
Properties | |
| alias | currentColor | 
| var | defaultColors | 
Detailed Description
An input dialog to create one or multiple new tags.
This control inherits from MauiKit InputDialog, to checkout its inherited properties refer to docs.
- Note
 - Multiple tags can be created at once by separating the entries by a comma.
 
Maui.Page
{
   Maui.Controls.showCSD: true
   anchors.fill: parent
   {
       anchors.centerIn: parent
       text: "New tag"
       onClicked: _tagDialog.open()
   }
   FB.NewTagDialog
   {
       id: _tagDialog
   }
}
You can find a more complete example at this link.
Definition at line 38 of file NewTagDialog.qml.
Property Documentation
◆ currentColor
      
  | 
  read | 
The current colors picked for the new tags.
- Remarks
 - This property is read-only
 
Definition at line 45 of file NewTagDialog.qml.
◆ defaultColors
      
  | 
  read | 
The list of the default colors used for the Tagging system.
["#4DD0E1", "#9575CD", "#F06292", "#DCE775", "#FFD54F", "#FF8A65", "#90A4AE"] 
- Remarks
 - This property is read-only
 
Definition at line 51 of file NewTagDialog.qml.
The documentation for this class was generated from the following file:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.