Include the custom calendar backend as an example of plugin use

It counts in the low-level category, as we don't have a systematic
calendar plugin API for the high-level category.

Task-number: QTBUG-115200
Change-Id: If8a29095a7dcf3b3c815dc7d3e7fce35110fd309
Reviewed-by: Magdalena Stojek <magdalena.stojek@qt.io>
Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Edward Welbourne 2024-04-12 10:47:31 +02:00
parent 05104e501d
commit 65512fc654
1 changed files with 4 additions and 1 deletions

View File

@ -17,8 +17,9 @@
Qt provides two APIs for creating plugins:
\list
\li A high-level API for writing extensions to Qt itself, such as custom
database drivers, image formats, text codecs, and custom styles.
database drivers, image formats, text codecs, and styles.
\li A low-level API for extending Qt applications.
\endlist
@ -226,6 +227,8 @@
See also \l{Creating Custom Widgets for Qt Widgets Designer} for information
about issues that are specific to \QD.
See the \l{Calendar Backend Plugin Example} for an example of using a plugin
to add support for a custom calendar system.
\section1 Locating Plugins