Fixed flake8 errors in python source code.
Fixed most of the flake8 errors in the qt-viewer python source. The auto-generated ui files are not pep-8 compliant and there was four places I decided to use # noqa
. All of them are in comment blocks. Two were long urls and the other two were commands that would likely be cut and pasted into a console.