DaysGrid

Search for usage in LXR

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

bool DaysGrid::compact
read

Definition at line 45 of file DaysGrid.qml.

◆ model

alias DaysGrid::model
read
Remarks
This property is read-only

Definition at line 50 of file DaysGrid.qml.

◆ month

alias DaysGrid::month
read

Definition at line 58 of file DaysGrid.qml.

◆ year

alias DaysGrid::year
read

Definition at line 54 of file DaysGrid.qml.

Member Function Documentation

◆ dateClicked

void DaysGrid::dateClicked ( var date)
signal
Parameters
date

◆ dateRightClicked

void DaysGrid::dateRightClicked ( var date)
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 Oct 11 2024 12:08:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.