5#ifndef QQUICKWEEKNUMBERCOLUMN_P_H
6#define QQUICKWEEKNUMBERCOLUMN_P_H
19#include <QtQuickTemplates2/private/qquickcontrol_p.h>
29 Q_PROPERTY(
int month READ month WRITE setMonth NOTIFY monthChanged FINAL)
59 void geometryChange(
const QRectF &newGeometry,
const QRectF &oldGeometry)
override;
60 void localeChange(
const QLocale &newLocale,
const QLocale &oldLocale)
override;
61 void paddingChange(
const QMarginsF &newPadding,
const QMarginsF &oldPadding)
override;
A column of week numbers.
QQuickWeekNumberColumnPrivate()
QQuickWeekNumberModel * model
int year() const
\qmlproperty int QtQuick.Controls::WeekNumberColumn::year
void setSource(const QVariant &source)
void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry) override
int month() const
\qmlproperty int QtQuick.Controls::WeekNumberColumn::month
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
void localeChange(const QLocale &newLocale, const QLocale &oldLocale) override
void setDelegate(QQmlComponent *delegate)
void paddingChange(const QMarginsF &newPadding, const QMarginsF &oldPadding) override
QQmlComponent * delegate() const
\qmlproperty Component QtQuick.Controls::WeekNumberColumn::delegate