CollectionComboBox

Search for usage in LXR

CollectionComboBox Class Reference

Properties

alias accessRightsFilter
 
alias defaultCollectionId
 
alias mimeTypeFilter
 

Signals

void userSelectedCollection (var collection)
 

Detailed Description

Special combobox control that allows to choose a collection.

The collection displayed can be filtered using the mimeTypeFilter and accessRightsFilter properties.

Definition at line 12 of file CollectionComboBox.qml.

Property Documentation

◆ accessRightsFilter

alias CollectionComboBox::accessRightsFilter
read

Definition at line 47 of file CollectionComboBox.qml.

◆ defaultCollectionId

alias CollectionComboBox::defaultCollectionId
read

This property holds the id of the default collection, that is the collection that will be selected by default.

Definition at line 19 of file CollectionComboBox.qml.

◆ mimeTypeFilter

alias CollectionComboBox::mimeTypeFilter
read

This property holds the mime types of the collection that should be displayed.

import org.mauikit.calendar 1.0 as Cal
Cal.CollectionComboBoxModel {
mimeTypeFilter: [Cal.MimeTypes.address, Cal.MimeTypes.contactGroup]
}

Definition at line 33 of file CollectionComboBox.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:08:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.