The ComboFieldItem struct. More...
#include <combofield.h>
Public Attributes | |
QString | name |
QVariant | data |
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.
QVariant ComboFieldItem::data |
QString ComboFieldItem::name |