* Remove the use of pyqtgraph.ptime With us supporting python3.7+, we have no more need for the ptime module and can instead safely use perf_counter for everything. * Address small issues PR turned up * Reword comment in ImageView
* Replace main stanza with PyQt6 compatable variant * Use fn.mkQApp instead * remove needless comments