MonthsGrid

Search for usage in LXR

MonthsGrid Class Reference
Inheritance diagram for MonthsGrid:

Properties

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

Signals

void monthSelected (var month)
 
- Signals inherited from Page
void backRequested (var event)
 

Detailed Description

A control for visualizing the months of the year.

MC.MonthsGrid
{
id: _view
anchors.centerIn: parent
selectedMonth: 5
}

Definition at line 21 of file MonthsGrid.qml.

Property Documentation

◆ columns

alias MonthsGrid::columns
read

Definition at line 32 of file MonthsGrid.qml.

◆ selectedMonth

int MonthsGrid::selectedMonth
read

Definition at line 28 of file MonthsGrid.qml.

Member Function Documentation

◆ monthSelected

void MonthsGrid::monthSelected ( var month)
signal
Parameters
month

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.