BibleTime
BibleTime - Source Code Documentation

BibleTime main page.

This is the source code documentation of BibleTime, a Bible study tool.

The main class of BibleTime is called BibleTime, which is the main window and initializes all important parts at startup.

BibleTime is divided in two major parts, the backend and the frontend. The text display windows belong to the The structure of the frontend. The backend is mainly a wrapper around Sword's classes to use Qt functionality to allow easy access to it's functionality and to have it in a (more or less :) object oriented structure.