Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ComboFieldItem Struct Reference

The ComboFieldItem struct. More...

#include <combofield.h>

Public Attributes

QString name
 
QVariant data
 

Detailed Description

The ComboFieldItem struct.

An internal string+value pair used to represent a combobox item. name is used for the UI representation of the choices and the data is what can be retrieved by code.

See Also
ComboField::AddItem.

Member Data Documentation

QVariant ComboFieldItem::data
QString ComboFieldItem::name

The documentation for this struct was generated from the following file: