DaysGrid
DaysGrid Class Reference
Inheritance diagram for DaysGrid:
Properties | |
bool | compact |
alias | model |
alias | month |
alias | year |
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 | dateClicked (var date) |
void | dateRightClicked (var date) |
Signals inherited from Page | |
void | goBackTriggered () |
void | goForwardTriggered () |
Detailed Description
A control for quickly picking a date in the format of year, month and day number.
Maui.ApplicationWindow
{
id: root
title: _daysGrid.year
Maui.Page
{
anchors.fill: parent
Maui.Controls.showCSD: true
title: root.title
MC.DaysGrid
{
id: _daysGrid
height: 300
width: 300
anchors.centerIn: parent
year: 1993
month: 5
onDateClicked: (date) => root.title = date.toString()
}
}
}
Definition at line 40 of file DaysGrid.qml.
Property Documentation
◆ compact
|
read |
Definition at line 45 of file DaysGrid.qml.
◆ model
|
read |
- Remarks
- This property is read-only
Definition at line 50 of file DaysGrid.qml.
◆ month
|
read |
Definition at line 58 of file DaysGrid.qml.
◆ year
|
read |
Definition at line 54 of file DaysGrid.qml.
Member Function Documentation
◆ dateClicked
|
signal |
- Parameters
-
date
◆ dateRightClicked
|
signal |
- Parameters
-
date
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.