DaysGrid
DaysGrid Class Reference
Inheritance diagram for DaysGrid:
Properties | |
bool | compact |
alias | model |
alias | month |
alias | year |
Properties inherited from Page | |
alias | configFile |
alias | engine |
alias | showUploadAction |
Signals | |
void | dateClicked (var date) |
void | dateRightClicked (var date) |
Additional Inherited Members | |
Public Member Functions inherited from Page | |
void | showEntryDetails (providerId, entryId) |
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 Fri Dec 27 2024 11:46:24 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 27 2024 11:46:24 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.