Service Framework Notes Manager
Files:
- sfw-notes/sfwnotes.cpp
- sfw-notes/sfwnotes.h
- sfw-notes/sfwnotes.ui
- sfw-notes/sfwnotes_small.ui
- sfw-notes/main.cpp
- sfw-notes/sfw-notes.pro
- sfw-notes/sfwnotes.qrc
This example demonstrates how to use the Service Framework to obtain a single default service at a specified interface address provided by the Notes Manager service plugin, which can be used to implement a notes managing application.
There is also a declarative example which implements identical functionality using QML as the main user-interface context. This example is called the Declarative Notes Manager