DetailThe Detail element represents a single, complete detail about a organizer item. More... Properties
Methods
Detailed DescriptionSee also QOrganizerItemDetail. Property DocumentationThis property holds the type of the detail and is read only. It can be one of:
Method DocumentationRemoves the value stored in this detail for the given field. Returns true if a value was stored for the given key and the operation succeeded, and false otherwise. Inserts value into the detail for the given key if value is valid. If value is invalid, removes the field with the given key from the detail. Returns true if the given value was set for the key (if the value was valid), or if the given key was removed from detail (if the value was invalid), otherwise returns false if the key was unable to be removed (and the value was invalid). Returns the value stored in this detail for the given field, or an empty variant if not available. |