mirror of https://github.com/qt/qtdoc.git
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:
parent
05104e501d
commit
65512fc654
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue