Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the under-the-hood code to support customisation of ... #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

x0rloser
Copy link

keys/mousewheel used to navigate the traces such as for multiple levels of moving and zooming.

The code has default values for these keys which can be changed to whatever you want the default to be.

The code also supports loading and saving of these values from settings.

Missing is a GUI settings page that would allow the user to easily change these customisations. I do not plan to add this code myself as I am not well versed in Qt coding, so hopefully someone else can do this. I did provide get/set functions so that the GUI implementer doesn't need to do any "navigation" coding. They can just do a basic settings page and use the get/set functions provided.

See the comment near the top of View.hpp for info about all of this.

xorloser added 2 commits September 20, 2020 17:34
…heel used to navigate the traces such as for multiple levels of moving and zooming.
@x0rloser
Copy link
Author

pv_nav

Finished customisation of navigation including added support for changing settings via GUI settings page.

@depili
Copy link
Contributor

depili commented Apr 11, 2023

Sorry it has been a while, but the project has been on a kind of a hiatus. If you still think this is relevant and want to work on it the code would need to be rebased on current master to fix merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants