YearsGrid

Search for usage in LXR

YearsGrid Class Reference
Inheritance diagram for YearsGrid:

Properties

alias columns
 
int from
 
int selectedYear
 
int to
 
- Properties inherited from Page
listTAction actions
 
Flickable flickable
 
Item globalToolBarItem
 
int globalToolBarStyle
 
PActionIconGroup icon
 
bool isCurrentPage
 
alias overlay
 
var progress
 
Component titleDelegate
 

Signals

void yearSelected (var year)
 
- Signals inherited from Page
void backRequested (var event)
 

Detailed Description

A view for browsing calendar years.

Years view control
{
anchors.fill: parent
from: 2010
to: 2029
}
A view for browsing calendar years.
Definition YearsGrid.qml:22

Definition at line 22 of file YearsGrid.qml.

Property Documentation

◆ columns

alias YearsGrid::columns
read

Definition at line 41 of file YearsGrid.qml.

◆ from

int YearsGrid::from
read

Definition at line 29 of file YearsGrid.qml.

◆ selectedYear

int YearsGrid::selectedYear
read

Definition at line 37 of file YearsGrid.qml.

◆ to

int YearsGrid::to
read

Definition at line 33 of file YearsGrid.qml.

Member Function Documentation

◆ yearSelected

void YearsGrid::yearSelected ( var year)
signal
Parameters
year

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.