OpenHantek / openhantek

OpenHantek is a DSO software for Hantek (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes
http://openhantek.org/
GNU General Public License v3.0
771 stars 199 forks source link

Add sliders to the zoom view #149

Closed dendvz closed 6 years ago

dendvz commented 6 years ago

Channel offset, trigger level and trigger position sliders are attached to zoom view. First two slider sets behave as active mirrors of respective main sliders; any slider position change is immediately applied to its mirror. The trigger position slider in the zoom view is inactive, it reflects relative position of the trigger within zoom window.

screenshot from 2018-01-11 22-35-06

Further enhancement could be adding 3rd view to DsoWidget:

davidgraeff commented 6 years ago

Nice. I have implemented the OpenGL 3 / OpenGL ES renderer. This does not conflict with your changes, but be careful to change anything inside of the GlScope or Exporter classes.