-
Notifications
You must be signed in to change notification settings - Fork 18
Developers
Håvard Gulldahl edited this page Sep 3, 2015
·
8 revisions
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.
Jump to: Documentation for users || Documentation for developers