seriesmarker.seriesmarker module

_init_logging(loglevel=20)[source]

Initializes logging with the given log level, default as specified by the configuration file.

See also

config

Parameters:loglevel – The level of logging to use.
main()[source]

Main entry of program.

Initializes logging, database access, the Qt framework, and displays the main window to the user.

Todo

Instead of adding each series sequentially, the model could be expanded with a method to add multiple series, which could speed up the application’s start.