Skip to content
Håvard Gulldahl edited this page Sep 3, 2015 · 8 revisions

Developer documentation

Details of all command line tools

The Jottacloud protocol explained

QT models

Take a look at jottalib.qt, where you'll find a JFSModel(QtGui.QStandardItemModel) class and various JFSNode(QtGui.QStandardItem) classes to match the jottacloud api. Using these classes you'll hopefully be able to focus on the UI/UX and leave the plumbing to jottalib.

Remember to pip install jottalib[Qt] first.

Clone this wiki locally