#include <picker.h>
◆ Orientation
| Enumerator |
|---|
| Landscape | |
| Portrait | |
◆ Picker()
| Picker::Picker |
( |
QQuickItem * |
parent = nullptr | ) |
|
|
explicit |
◆ accepted
| void Picker::accepted |
( |
const QDate & |
date | ) |
|
|
signal |
◆ background()
| QQuickItem * Picker::background |
( |
| ) |
const |
◆ backgroundChanged
| void Picker::backgroundChanged |
( |
| ) |
|
|
signal |
◆ componentComplete()
| void Picker::componentComplete |
( |
| ) |
|
|
overrideprotected |
◆ footer()
| QQuickItem * Picker::footer |
( |
| ) |
const |
◆ footerChanged
| void Picker::footerChanged |
( |
| ) |
|
|
signal |
◆ geometryChange()
| void Picker::geometryChange |
( |
const QRectF & |
newGeometry, |
|
|
const QRectF & |
oldGeometry |
|
) |
| |
|
overrideprotected |
◆ header()
| QQuickItem * Picker::header |
( |
| ) |
const |
◆ headerChanged
| void Picker::headerChanged |
( |
| ) |
|
|
signal |
◆ locale()
| QLocale Picker::locale |
( |
| ) |
const |
◆ localeChanged
| void Picker::localeChanged |
( |
| ) |
|
|
signal |
◆ orientation()
◆ orientationChanged
| void Picker::orientationChanged |
( |
| ) |
|
|
signal |
◆ rejected
| void Picker::rejected |
( |
| ) |
|
|
signal |
◆ resetOrientation()
| void Picker::resetOrientation |
( |
| ) |
|
◆ selector()
| QQuickItem * Picker::selector |
( |
| ) |
const |
◆ selectorChanged
| void Picker::selectorChanged |
( |
| ) |
|
|
signal |
◆ setBackground()
| void Picker::setBackground |
( |
QQuickItem * |
item | ) |
|
◆ setFooter()
| void Picker::setFooter |
( |
QQuickItem * |
item | ) |
|
◆ setHeader()
| void Picker::setHeader |
( |
QQuickItem * |
item | ) |
|
◆ setLocale()
| void Picker::setLocale |
( |
const QLocale & |
locale | ) |
|
◆ setOrientation()
◆ setSelector()
| void Picker::setSelector |
( |
QQuickItem * |
item | ) |
|
◆ background
| QQuickItem * Picker::background |
|
readwrite |
This property holds the background item.
◆ footer
| QQuickItem * Picker::footer |
|
readwrite |
This property holds the footer item.
◆ header
| QQuickItem * Picker::header |
|
readwrite |
This property holds the header item.
◆ locale
This property holds the locale of the control.
◆ orientation
This property holds the date picker orientation. The default value is automatically selected based on the device orientation.
Possible values:
◆ selector
| QQuickItem * Picker::selector |
|
readwrite |
This property holds the selector item.
The documentation for this class was generated from the following files:
- /home/runner/work/docs/docs/fluid/src/controls/cpp/datetime/picker.h
- /home/runner/work/docs/docs/fluid/src/controls/cpp/datetime/picker.cpp