MonthsGrid
MonthsGrid Class Reference
Inheritance diagram for MonthsGrid:
Properties | |
alias | columns |
int | selectedMonth |
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 | monthSelected (var month) |
Signals inherited from Page | |
void | goBackTriggered () |
void | goForwardTriggered () |
Detailed Description
A control for visualizing the months of the year.
MC.MonthsGrid
{
id: _view
anchors.centerIn: parent
selectedMonth: 5
}
Definition at line 21 of file MonthsGrid.qml.
Property Documentation
◆ columns
|
read |
Definition at line 32 of file MonthsGrid.qml.
◆ selectedMonth
|
read |
Definition at line 28 of file MonthsGrid.qml.
Member Function Documentation
◆ monthSelected
|
signal |
- Parameters
-
month
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.