Notes Manager Plugin Example
Files:
- notesmanagerplugin/note.h
- notesmanagerplugin/notesmanager.cpp
- notesmanagerplugin/notesmanager.h
- notesmanagerplugin/notesmanagerplugin.cpp
- notesmanagerplugin/notesmanagerplugin.h
- notesmanagerplugin/notesmanagerservice.xml
- notesmanagerplugin/notesmanagerplugin.pro
This example shows how to write a service plugin that manages textual notes by using a database to add, delete and store note objects. This plugin is QML compatible and is therefore used in the example Declarative Notes Manager as well as its non-QML counterpart Notes Manager which uses standard user-interface files (*.ui).