Incidenceeditor
kweekdaycheckcombo.h
4 SPDX-FileCopyrightText: 2009-2010 Klaralvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
22 * @note: KCalenderSystem numbers weekdays starting with 1, however this widget is 0 indexed and handles the conversion to the 1 based system internally. Use
44 * @param days a 7 bit array indicating the days to check/uncheck (bit 0 = Monday, value 1 = check).
A combobox that is populated with the days of the week from the current KCalenderSystem.
Definition kweekdaycheckcombo.h:27
void setDays(const QBitArray &days, const QBitArray &disableDays=QBitArray())
Set the checked days on this combobox.
Definition kweekdaycheckcombo.cpp:66
KWeekdayCheckCombo(QWidget *parent=nullptr, bool first5Checked=false)
Definition kweekdaycheckcombo.cpp:15
int weekdayIndex(const QDate &date) const
Returns the index of the weekday represented by the QDate object.
Definition kweekdaycheckcombo.cpp:53
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:23 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:23 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.