ViewSolutions
|
#include <QAbstractItemModel>
#include <QQmlEngine>
Go to the source code of this file.
Classes | |
class | ViewSolutions::__PrvateBaseListModel |
class | ViewSolutions::BaseListModel< TYPE > |
The BaseListModel class is base class of all GUI list models. More... | |
Namespaces | |
namespace | ViewSolutions |
the ViewSolutions namespace | |
Macros | |
#define | BASE_LIST_MODEL_DATA_PROPERTY(Type) Q_PROPERTY(QList<Type> listDate READ dateList WRITE setDataList NOTIFY listDateChanged FINAL) |
#define BASE_LIST_MODEL_DATA_PROPERTY | ( | Type | ) | Q_PROPERTY(QList<Type> listDate READ dateList WRITE setDataList NOTIFY listDateChanged FINAL) |
Definition at line 25 of file baselistmodel.h.