1 #ifndef LISTITEMWINDOW_H 2 #define LISTITEMWINDOW_H 13 class FieldValueWidget;
14 class FacetsController;
15 class ProjectController;
16 class RecordsController;
17 class TypesController;
47 QVariant getValue()
const;
53 void setValue(
const QVariant& value);
59 void setFieldType(
const QString& fieldType)
const;
65 void accept() Q_DECL_OVERRIDE;
72 virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
75 Ui::ListItemWindow *ui;
86 #endif // LISTITEMWINDOW_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
Controller for validating type facets.
Definition: facetscontroller.h:16
Controller for creating, loading and saving projects.
Definition: projectcontroller.h:22
Window for editing the value of a single list item.
Definition: listitemwindow.h:23