Quote:
Originally Posted by chaley
Starson17, thank you. Having relevant pointers into a code base as large as calibre's is extremely helpful. I will look it over this weekend.
|
Searching the code base for "overwrite" will find each change I made to add the two checkboxes, the saving of the option from session to session and the tests for the status of that flag. Files that end .ui create the widgets used in the GUI and those files are compiled on first use (or when the .ui files are changed) to create files that end _ui.py for use by the code.