Asked on manuskript website: add the ability to open themes like this one: https://jennego.wordpress.com/2012/11/17/focuswriter-theme-speed-of-modernity/
The theme is a compressed ini file containing the background image.
It has to be uncompressed (with gzip.open), then saved as an .ini file, to be opened as a QSetting. See https://github.com/gottcode/focuswriter/blob/master/src/theme_manager.cpp#LC328.
Asked on manuskript website: add the ability to open themes like this one: https://jennego.wordpress.com/2012/11/17/focuswriter-theme-speed-of-modernity/
The theme is a compressed ini file containing the background image.
It has to be uncompressed (with
gzip.open), then saved as an .ini file, to be opened as a QSetting. See https://github.com/gottcode/focuswriter/blob/master/src/theme_manager.cpp#LC328.