4#ifndef QQUICKWEEKNUMBERMODEL_P_H
5#define QQUICKWEEKNUMBERMODEL_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.
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)
Q_INVOKABLE int indexOf(int weekNumber) const
Q_INVOKABLE int weekNumberAt(int index) const
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)