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
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

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 Jul 26 2024 11:56:05 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.