1 #ifndef FIELDDEFINITION_H 2 #define FIELDDEFINITION_H 7 #include "../../Components/Model/component.h" 66 return lhs.toLower() < rhs.toLower();
70 #endif // FIELDDEFINITION_H Definition: commandlineoptions.h:6
Component component
Component this field definition belongs to.
Definition: fielddefinition.h:21
QString fieldDefinitionSetName
Name of the set this field definition belongs to.
Definition: fielddefinition.h:41
QVariant defaultValue
Default value of this field.
Definition: fielddefinition.h:26
Field that can be added to a record to hold data.
Definition: fielddefinition.h:15
QString displayName
Display name of this field.
Definition: fielddefinition.h:36
QString id
Unique id of this field definition.
Definition: fielddefinition.h:51
QString description
Textual description of this field.
Definition: fielddefinition.h:31
QString fieldType
Type of the values of this field.
Definition: fielddefinition.h:46