1 #ifndef FIELDVALUEWINDOW_H 2 #define FIELDVALUEWINDOW_H 15 class FieldValueWidget;
16 class FacetsController;
17 class ProjectController;
18 class RecordsController;
19 class TypesController;
49 QVariant getFieldValue()
const;
55 void setFieldCount(
const int fieldCount);
61 void setFieldDescription(
const QString& description);
67 void setFieldDisplayName(
const QString& displayName);
73 void setFieldValue(
const QVariant& fieldValue);
79 void setFieldType(
const QString& fieldType)
const;
85 void accept() Q_DECL_OVERRIDE;
98 virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
101 void on_toolButtonRevert_clicked();
104 Ui::FieldValueWindow *ui;
113 #endif // FIELDVALUEWINDOW_H Definition: commandlineoptions.h:6
Controller for adding, updating and removing records.
Definition: recordscontroller.h:21
Definition: mainwindow.h:25
Controller for adding, updating and removing custom types.
Definition: typescontroller.h:14
Window for editing the value of a record field.
Definition: fieldvaluewindow.h:25
Controller for validating type facets.
Definition: facetscontroller.h:16
Controller for creating, loading and saving projects.
Definition: projectcontroller.h:22