Jolla and SailfishOS
D-Bus Inspector Version 1: Source
There is a lot of standard SFOS / QML code in the project, I will skip that, since most of it is generated anyway.
I concentrate on the parts, that did motivate me to write my own app in the first place. That is, how to:
- Access the D-Bus form C(++) and QML
- Mix C++ and QML code
- Use QML / Silica GUI widgets
The project structure looks like this:
The complete project code is on Github. If you are interested pull it and step through it.
Some lessons learned during development are explained in more detail in: