YearsGrid
YearsGrid Class Reference
Inheritance diagram for YearsGrid:

Properties | |
| alias | columns |
| int | from |
| int | selectedYear |
| int | to |
Properties inherited from Page | |
| bool | altHeader |
| bool | autoHideFooter |
| int | autoHideFooterDelay |
| int | autoHideFooterMargins |
| bool | autoHideHeader |
| int | autoHideHeaderDelay |
| int | autoHideHeaderMargins |
| int | bottomMargin |
| alias | content |
| Flickable | flickable |
| bool | floatingFooter |
| bool | floatingHeader |
| alias | footBar |
| Item | footer |
| alias | footerColumn |
| alias | footerContainer |
| int | footerPositioning |
| alias | headBar |
| Item | header |
| int | headerColorSet |
| alias | headerColumn |
| alias | headerContainer |
| int | headerPositioning |
| alias | internalHeight |
| int | leftMargin |
| int | margins |
| alias | pageContent |
| int | rightMargin |
| bool | showTitle |
| string | title |
| int | topMargin |
Signals | |
| void | yearSelected (var year) |
Signals inherited from Page | |
| void | goBackTriggered () |
| void | goForwardTriggered () |
Detailed Description
A view for browsing calendar years.
Years view control
{
anchors.fill: parent
from: 2010
to: 2029
}
Definition at line 22 of file YearsGrid.qml.
Property Documentation
◆ columns
|
read |
Definition at line 41 of file YearsGrid.qml.
◆ from
|
read |
Definition at line 29 of file YearsGrid.qml.
◆ selectedYear
|
read |
Definition at line 37 of file YearsGrid.qml.
◆ to
|
read |
Definition at line 33 of file YearsGrid.qml.
Member Function Documentation
◆ yearSelected
|
signal |
- Parameters
-
year
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Properties inherited from