1 #ifndef __libquark_gui_StringListModel_hxx 2 #define __libquark_gui_StringListModel_hxx 35 void setStringList(
const QStringList &list);
38 QStringList getStringList()
const;
53 #endif // __libquark_gui_StringListModel_hxx Definition: BarChartView.h++:6
A partial implementation of AbstractTableModel that stores its elements in a QVector.
Definition: BasicTableModel.h++:17
A data model for storing a list of strings.
Definition: StringListModel.h++:18
Field
Definition: StringListModel.h++:32
#define LIBQUARK_API
Definition: Quark.h++:18
virtual QVariant getFieldValue(const QString &item, int field) const
Returns the value of the given field of an object.
Definition: StringListModel.h++:42