4#ifndef QQUICKDAYOFWEEKMODEL_P_H
5#define QQUICKDAYOFWEEKMODEL_P_H
18#include <QtCore/qabstractitemmodel.h>
19#include <QtCore/qlocale.h>
20#include <QtQml/qqml.h>
21#include <QtCore/private/qglobal_p.h>
QObject * parent() const
Returns a pointer to the parent object.
Q_INVOKABLE int dayAt(int index) const
int rowCount(const QModelIndex &parent=QModelIndex()) const override
Returns the number of rows under the given parent.
QHash< int, QByteArray > roleNames() const override
void setLocale(const QLocale &locale)
Combined button and popup list for selecting options.
GLenum GLenum GLsizei count
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
#define QML_DECLARE_TYPE(TYPE)