Checklists is a simple Sailfish app that assists pilots with completing their checklists.
It is still beta. Only for testing and for looking at, or re-using code.
For (starting) developers there are some examples of handling ListViews and C++2QML communication.
Also, there is a mixed style of the GUI. For in-cockpit use a (non-Sailfish) high-contrast color scheme is used.
For other use, the standard sailfish Gui is used.
The data of the app are checklists. See the checklists folder in your Documents folder.
Checklists are plain text files. You may create as many as you like.
Create them by using a text editor.
Connect your Sailfish device to your with PC connection enabled.
Go to your Documents/checklistsdata folder on the Sailfish device and copy the checklist files into that folder.
Use a plain text file - no styling what so ever - and save the file as (plain) text file with the ".txt"extension.
A set of checks are always preceded by a heading (e.g. "COCKPIT CHECKS").
A heading starts with an "*".
Each check (e.g. "Mass Switch ON") ends with newline (ENTER).
If you want multiple lines within one check, use an ";" at the end of the line and -of course- the newline at the end of the check text.
See the EUROFOX.txt as an example.
Wim de Vries
wsvries@xs4all.nl