aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/eventcalendar/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix image for eventcalendar exampleBartlomiej Moskal2022-08-251-1/+1
| | | | | | | | | | | Use correct image in documentation for eventcalendar example. Fixes: QTBUG-105572 Change-Id: If217dfa536aea2fa3197510c36a865053e3e96dd Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit db11519e68aa819c635d7e893ba9005a05fead42) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SPDX license identifiersLucie Gérard2022-06-141-26/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 0dc4fd240a2897c5c443a0ef6d84c416843e4938) Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-141-1/+0
| | | | | | | | - Comment out \instantiates entries that refer to private C++ classes - Fix clang-format and regexp warnings Change-Id: I7228538715b9d34ab39e7c0f71155be7a277116a Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Add calendar typesMitch Curtis2021-11-031-0/+44
Formerly Qt.labs.calendar, then QtQuick.Calendar in the marketplace, this now returns as part of the controls module. [ChangeLog] Added types from Qt.labs.calendar/QtQuick.Calendar. Change-Id: I8a06c08e6520be1ba8f33c73ba174785724e99c2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>