4#ifndef QQMLMODELSMODULE_H
5#define QQMLMODELSMODULE_H
18#include <QtQml/qqml.h>
20#if QT_CONFIG(itemmodel)
21#include <QtCore/qabstractitemmodel.h>
22#include <QtCore/qitemselectionmodel.h>
25#include <private/qtqmlmodelsglobal_p.h>
29#if QT_CONFIG(itemmodel)
30struct QItemSelectionModelForeign
38struct QAbstractItemModelForeign
47struct QAbstractListModelForeign
Combined button and popup list for selecting options.
#define QML_UNCREATABLE(REASON)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define QML_FOREIGN(FOREIGN_TYPE)