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
listTAction actions
 
Flickable flickable
 
Item globalToolBarItem
 
int globalToolBarStyle
 
PActionIconGroup icon
 
bool isCurrentPage
 
alias overlay
 
var progress
 
Component titleDelegate
 

Signals

void dateClicked (var date)
 
void dateRightClicked (var date)
 
- Signals inherited from Page
void backRequested (var event)
 

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 May 17 2024 11:50:32 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.